zed icon indicating copy to clipboard operation
zed copied to clipboard

GPT Model selection not remembered (Assistant Panel)

Open onexbash opened this issue 1 year ago • 1 comments

Check for existing issues

  • [X] Completed

Description

On every Zed startup, the GPT-Model selectable in Assistant Panel resets back to GPT4-Turbo and does not remember the user selection. That could lead to users spending more money on accident. Can be fixed by allowing users to set a default option in the Zed config or remembering the last choice.

Environment

Zed: v0.123.6 (Zed) OS: macOS 14.3.1 Memory: 16 GiB Architecture: aarch64

Screenshot

CleanShot 2024-02-25 at 14 22 15@2x

onexbash avatar Feb 25 '24 13:02 onexbash

Is the settings not working for you?


  "assistant": {
    "default_open_ai_model": "gpt-4-1106-preview"
  },

TerminalFi avatar Feb 26 '24 02:02 TerminalFi

Since we do have a setting here, I'm going to close this issue out. @fschlegelone, if you are wanting something else, like workspace-specific storing of the setting, feel free to bring it up again.

JosephTLyons avatar Feb 27 '24 19:02 JosephTLyons