How do I change the autocomplete model? #370
Unanswered
luanlouzada
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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