From f4fa59176b3472df5dbb1ed3f56b6072f9bdc09f Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Jul 2025 11:13:31 +0200 Subject: [PATCH] fix: fix model --- internal/providers/configs/openrouter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/providers/configs/openrouter.json b/internal/providers/configs/openrouter.json index 70307eae554329c0042f66c1d1e494a3762a081b..20c6d2398ddb1ff21038bc20d9fce7d1f22d92af 100644 --- a/internal/providers/configs/openrouter.json +++ b/internal/providers/configs/openrouter.json @@ -5,7 +5,7 @@ "api_endpoint": "https://openrouter.ai/api/v1", "type": "openai", "default_large_model_id": "anthropic/claude-sonnet-4", - "default_small_model_id": "anthropic/claude-haiku-3.5", + "default_small_model_id": "anthropic/claude-3.5-haiku", "models": [ { "id": "mistralai/mistral-small-3.2-24b-instruct:free",