How to use Claude Sonnet that comes with Copilot Pro #1398
Unanswered
saiemsaeed
asked this question in
Q&A
Replies: 2 comments
-
Just specify the model in the Avante copilot options: {
"yetone/avante.nvim",
event = "VeryLazy",
lazy = false,
version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes.
opts = {
provider = "copilot",
copilot = {
model = "claude-3.7-sonnet",
temperature = 0,
max_tokens = 8192,
},
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @jkraemer |
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
-
I recently subscribed to GitHub Copilot and I learned that it comes with Claude Sonnet models. However, I'm not entirely sure how to use these models effectively.
Could anyone please guide me on how to use these Claude Sonnet models with my GitHub Copilot subscription? Any tips, best practices, or resources would be greatly appreciated.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions