-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor mode doesn't use GPT4 (defaults to text-davinci-003) #24
Comments
Hello @pistachiomatt - the editor view is currently defaulted to
Though, we are still considering switching the Editor View to respect your model choice and provide a better messaging possible for the best experience. That is, if we could find a way to ensure GPT-3.5 / GPT-4 can really respond only using code (Which is relevant since otherwise you will get bunch of linter errors in Editor with non-code/non-commented text) |
You can get GPT4 to follow a format. You can prompt it to "only respond with a code block" or "respond with this JSON format: |
davinci-003 is a magnitude more expensive than 3.5-turbo and less capable in my tests. |
@cmp-nct @pistachiomatt thank you! we are aware of it and working on the best solution to provide customizability of models in Editor View. Please bear with us and we'll keep here posted once we rollout an update 🙏🏽 |
well, if the editor is not using GPT4. GPT4 is way superior in code-generation tasks |
Is it possible to add a setting that will switch the model for editor view (let there be a warning for potential problems)? I'm willing to accept temporary inconvenience, but on the other hand I can use gpt-4 at my own risk in this mode. |
I'd definitely love to have GPT4 in the Editor view. |
This is still broken for commit message even if you change the model to GPT4 (mine is currently |
|
Just use continue.dev, they are far better than Genie |
I am observing the same issue. Any help ? |
same issue, I guess it isn't maintained anymore? |
Verify it's not a duplicate bug report
Describe the Bug
genieai.openai.model
in settings.json to GPT4gpt-3.5-turbo
Please tell us if you have customized any of the extension settings or whether you are using the defaults.
The
genieai.openai.model
is already set to GPT4, and the conversation view does successfully use GPT4.Additional context
No response
The text was updated successfully, but these errors were encountered: