How do I change the autocomplete model? #370
Unanswered
luanlouzada
asked this question in
Q&A
Replies: 1 comment
-
Not possible yet. See: #365 EDIT: But we are getting closer #373 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub Copilot has released a new autocomplete model called gpt-4o-copilot. How can I enable it instead of the old 3.5 version?
In VS Code, it's as simple as adding:
"github.copilot.selectedCompletionModel": "gpt-4o-copilot"
Is there already a similar feature in the plugin, or is it being considered?
Remember, I am talking about the autocomplete model.
Beta Was this translation helpful? Give feedback.
All reactions