Skip to content

Commit 16bf3dc

Browse files
author
liuguangtian.1024
committed
feat: update chat models
1 parent 721899c commit 16bf3dc

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

lua/core/settings.lua

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -248,22 +248,13 @@ settings["chat_api_key"] = "CODE_COMPANION_KEY"
248248
--- @type string[]
249249
settings["chat_models"] = {
250250
-- free models
251-
"moonshotai/kimi-k2:free", -- default
252-
"qwen/qwen3-coder:free",
253-
"deepseek/deepseek-chat-v3-0324:free",
254-
"deepseek/deepseek-r1-0528:free",
251+
"deepseek/deepseek-chat-v3.1:free", -- default
255252
"moonshotai/kimi-k2:free",
253+
"qwen/qwen3-coder:free",
256254
-- paid models
257255
"anthropic/claude-sonnet-4",
258-
"anthropic/claude-3.7-sonnet",
259-
"google/gemini-2.0-flash-001",
260-
"google/gemini-2.5-flash",
261256
"openai/codex-mini",
262-
"openai/gpt-4.1-mini",
263-
"google/gemini-2.5-flash-lite",
264257
"google/gemini-2.5-flash",
265-
"anthropic/claude-3.7-sonnet",
266-
"anthropic/claude-sonnet-4",
267258
}
268259

269260
return require("modules.utils").extend_config(settings, "user.settings")

0 commit comments

Comments
 (0)