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
47.7k stars 2.79k forks source link

Update GPT-4 Assistant Version #7038

Open piercegov opened 8 months ago

piercegov commented 8 months ago

Check for existing issues

Describe the feature

Currently, the assistant uses the gpt-4-1106-preview as GPT-4 Turbo. There is a newer release, gpt-4-0125-preview, that (as per OpenAI's release notes) reduces the "laziness" of the model and improves "thoroughness" of the code generation.

The proposed change is just to replace gpt-4-1106-preview with gpt-4-0125-preview in assistant_settings.rs

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

No response

wzxu commented 8 months ago

GPT-3.5 is also using the "legacy" gpt-3.5-turbo-0613 instead of gpt-3.5-turbo-1106, which came out quite a while ago. I wonder why?

JosephTLyons commented 8 months ago

Someone began work of upgrading the GPT-4 model, but there was an issue with backwards compatibility with historical convos: