chores: update default copilot model (#1988)
This commit is contained in:
@@ -227,7 +227,7 @@ M._defaults = {
|
||||
---@type AvanteSupportedProvider
|
||||
copilot = {
|
||||
endpoint = "https://api.githubcopilot.com",
|
||||
model = "gpt-4o-2024-08-06",
|
||||
model = "gpt-4o-2024-11-20",
|
||||
proxy = nil, -- [protocol://]host[:port] Use this proxy
|
||||
allow_insecure = false, -- Allow insecure server connections
|
||||
timeout = 30000, -- Timeout in milliseconds
|
||||
|
||||
Reference in New Issue
Block a user