Skip to content

Commit 2e2fc95

Browse files
committed
fix: update to latest chat models
1 parent 1782e40 commit 2e2fc95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/core/settings.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,16 @@ settings["chat_api_key"] = "CODE_COMPANION_KEY"
254254
--- @type string[]
255255
settings["chat_models"] = {
256256
-- free models
257-
"mistralai/devstral-small:free", -- default
258-
-- "qwen/qwen-2.5-coder-32b-instruct:free",
257+
"moonshotai/kimi-k2:free", -- default
258+
-- "qwen/qwen3-coder:free",
259259
-- "deepseek/deepseek-chat-v3-0324:free",
260260
-- "deepseek/deepseek-r1:free",
261261
"google/gemma-3-27b-it:free",
262262
-- paid models
263263
"openai/codex-mini",
264264
"openai/gpt-4.1-mini",
265-
"google/gemini-2.0-flash-001",
266-
"google/gemini-2.5-flash-preview-05-20",
265+
"google/gemini-2.5-flash-lite",
266+
"google/gemini-2.5-flash",
267267
"anthropic/claude-3.7-sonnet",
268268
"anthropic/claude-sonnet-4",
269269
}

0 commit comments

Comments
 (0)