zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
44.51k stars 2.4k forks source link

Inline Assistant change default model #4486

Open rwese opened 11 months ago

rwese commented 11 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

If I enable include conversation it will use the model and context of the chat, but often include the entire chat-response, when creating new content.

Environment

Zed: v0.102.2 (stable) OS: macOS 13.5.0 Memory: 16 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

even though the screenshot shows .zed/settings.json, where this is not supported per the documentation, I've set it also in the settings .config/zed/settings.json.

image
{
  "assistant": {
    "default_open_ai_model": "gpt-3.5-turbo"
  }
}

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.

No response

dignifiedquire commented 7 months ago

similar issue here, getting this for all models though

barrynorman commented 6 months ago

Same here. Unfortunately I cannot use OpenAI at all.

otsulabs commented 6 months ago

Same here. Unfortunately I cannot use OpenAI at all.

me too,