-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add GPT-4o #167
Comments
I was hoping for the same, but I think this repo has been abandoned and we just have to move to something different. |
Does someone know any extension equivalent to Genie? |
That would be seed. I truly appreciate this extension and discovered it to be a better fit for me than Copilot. |
Not to mention, it was never open source in the first place... Would love to see a community driven version of this. |
|
Go to C:\Users[your username].vscode\extensions\genieai.chatgpt-vscode-0.0.10\ and edit package.json by replacing in genieai.openai.model "gpt-4" by "gpt-4o" Then goto the \out folder and edit extension.js: Then deactivate and reactivate the extension, go to settings and update the model. And enjoy! |
shouldn't it be |
No |
I use a different approach for this: |
Congrat, it's cleaner than what I did :-) |
Hi everyone - The new models are now available in v0.0.11 please update your extensions. gpt-4o is set as default. The editor view issue is also fixed and now it uses your selected model instead of the deprecated legacy OpenAI model. |
Oh wow, thanks for coming back to the extension @genieai-info ! I've loved to use the extension, good to see I don't have to switch over to anything else. |
Describe the feature
Add the recently released GPT-4o to the list of models https://openai.com/index/hello-gpt-4o/
The text was updated successfully, but these errors were encountered: