How to change model for Inline Assist
I tried inline assist, but after I checked the use of Openai API, it turned out that it was GPT-4 Turbo. How do I change the default model to GPT-3.5 Turbo?
You can change the model in the assistant panel by clicking on the model name:
Looks like we don't yet support specifying a default model via a setting:
https://github.com/zed-industries/zed/blob/9cb5a84b8d37062bdd0f0afe7aeae64f714d1568/crates/assistant/src/assistant_panel.rs#L124-L127
I just discovered we do have an assistant.default_open_ai_model setting:
The inline assistant should respect that setting:
https://github.com/zed-industries/zed/blob/a80a3b8706b83e70476ed4a89252b3324edfb391/crates/assistant/src/assistant_panel.rs#L683-L685