feat: update copilot model version (#872)
This commit is contained in:
parent
3beed68157
commit
3c010e38ac
@ -28,7 +28,7 @@ M.defaults = {
|
|||||||
---@type AvanteSupportedProvider
|
---@type AvanteSupportedProvider
|
||||||
copilot = {
|
copilot = {
|
||||||
endpoint = "https://api.githubcopilot.com",
|
endpoint = "https://api.githubcopilot.com",
|
||||||
model = "gpt-4o-2024-05-13",
|
model = "gpt-4o-2024-08-06",
|
||||||
proxy = nil, -- [protocol://]host[:port] Use this proxy
|
proxy = nil, -- [protocol://]host[:port] Use this proxy
|
||||||
allow_insecure = false, -- Allow insecure server connections
|
allow_insecure = false, -- Allow insecure server connections
|
||||||
timeout = 30000, -- Timeout in milliseconds
|
timeout = 30000, -- Timeout in milliseconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user