Update avante copilot model to claude 3.7
This commit is contained in:
parent
9678e43efe
commit
522b67bcc4
|
@ -6,7 +6,7 @@ return {
|
||||||
provider = 'copilot',
|
provider = 'copilot',
|
||||||
copilot = {
|
copilot = {
|
||||||
endpoint = 'https://api.githubcopilot.com',
|
endpoint = 'https://api.githubcopilot.com',
|
||||||
model = 'claude-3.5-sonnet',
|
model = 'claude-3.7-sonnet',
|
||||||
proxy = nil,
|
proxy = nil,
|
||||||
allow_insecure = false,
|
allow_insecure = false,
|
||||||
timeout = 30000,
|
timeout = 30000,
|
||||||
|
|
Loading…
Reference in New Issue