mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Revert "removed stale dbg in assistant from main"
This commit is contained in:
parent
d671a8a21d
commit
cab80cbe9d
1 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,8 @@ impl AssistantPanel {
|
|||
codegen_kind,
|
||||
);
|
||||
|
||||
dbg!(&prompt);
|
||||
|
||||
let mut messages = Vec::new();
|
||||
let mut model = settings::get::<AssistantSettings>(cx)
|
||||
.default_open_ai_model
|
||||
|
|
Loading…
Reference in a new issue