changed code companion models

This commit is contained in:
Radu Macocian (admac)
2026-05-12 16:27:32 +02:00
parent 815f689f3c
commit 5d1755fe96
2 changed files with 16 additions and 4 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ require('codecompanion').setup({
opts = {
title_generation_opts = {
adapter = "openrouter",
model = "minimax/minimax-m2.7"
model = "qwen/qwen3.6-flash"
}
},
summary = {
generation_opts = {
adapter = "openrouter",
model = "minimax/minimax-m2.7"
model = "qwen/qwen3.6-flash"
}
}
},