From a67f3071e4e8d5687f2e7bb2b296e44683cb54e4 Mon Sep 17 00:00:00 2001 From: yetone Date: Mon, 5 May 2025 17:14:50 +0800 Subject: [PATCH] chores: update default copilot model (#1988) --- lua/avante/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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