diff --git a/lua/avante/config.lua b/lua/avante/config.lua index a6821e5..50cdfc5 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -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