chores: update default copilot model (#1988)

This commit is contained in:
yetone
2025-05-05 17:14:50 +08:00
committed by GitHub
parent f73d253338
commit a67f3071e4

View File

@@ -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