-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Generate Commit Message "OpenAI GPT-4 Turbo" Support #3005
Comments
You can manually set the model to "gpt-4-1106-preview" in VS Code's settings.json like this:
I can confirm this works, even if VSCode displays a warning saying that the value is not accepted. You can check this by setting the model to some model that does not exist. This will return a 404 error, meaning that the extension correctly reads the model you manually set here. Also, around ~10 minutes after executing some requests using this model you should be able to see the usage popping up in https://platform.openai.com/usage. In my experimentation, GPT-4 Turbo yields much better results than GPT-4, while being much faster and, although more costly than 3.5 Turbo, its quality is far beyond. Hope this is helpful. |
thanks a lot |
In tomorrow's pre-release this will be a supported option as well as refined prompts for better outputs |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is it possible to incorporate support for OpenAI GPT-4 Turbo into the "Generate Commit Message" feature? This model was recently released.
The text was updated successfully, but these errors were encountered: