Skip to content

Commit f4fa591

Browse files
committed
fix: fix model
1 parent e09935c commit f4fa591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/providers/configs/openrouter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"api_endpoint": "https://openrouter.ai/api/v1",
66
"type": "openai",
77
"default_large_model_id": "anthropic/claude-sonnet-4",
8-
"default_small_model_id": "anthropic/claude-haiku-3.5",
8+
"default_small_model_id": "anthropic/claude-3.5-haiku",
99
"models": [
1010
{
1111
"id": "mistralai/mistral-small-3.2-24b-instruct:free",

0 commit comments

Comments
 (0)