Skip to content

Commit

Permalink
feat: update copilot model version (yetone#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Nov 18, 2024
1 parent 3beed68 commit 3c010e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/avante/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ M.defaults = {
---@type AvanteSupportedProvider
copilot = {
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
allow_insecure = false, -- Allow insecure server connections
timeout = 30000, -- Timeout in milliseconds
Expand Down

0 comments on commit 3c010e3

Please sign in to comment.