summaryrefslogtreecommitdiff
path: root/internal/llmutils/client_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/llmutils/client_test.go')
-rw-r--r--internal/llmutils/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/llmutils/client_test.go b/internal/llmutils/client_test.go
index ed91584..bbda475 100644
--- a/internal/llmutils/client_test.go
+++ b/internal/llmutils/client_test.go
@@ -73,7 +73,7 @@ func TestDefaultModelForProvider_Fallbacks(t *testing.T) {
if got := DefaultModelForProvider(cfg, "openrouter"); got != "openrouter/auto" {
t.Fatalf("openrouter fallback = %q", got)
}
- if got := DefaultModelForProvider(cfg, "ollama"); got != "kimi-k2.6" {
+ if got := DefaultModelForProvider(cfg, "ollama"); got != "gemma4" {
t.Fatalf("ollama fallback = %q", got)
}
if got := DefaultModelForProvider(cfg, "anthropic"); got != "claude-3-5-sonnet-20240620" {