chore: adds a warning when custom openrouter model is a free model which suffers from lower rate limits, restricted context, and, worst of all, no access to tool_use.

This commit is contained in:
Eyal Toledano
2025-06-07 18:54:11 -04:00
parent 65b70d746a
commit 54005d5486
5 changed files with 2027 additions and 1403 deletions

View File

@@ -1,8 +1,8 @@
{
"models": {
"main": {
"provider": "anthropic",
"modelId": "claude-sonnet-4-20250514",
"provider": "openrouter",
"modelId": "qwen/qwen3-235b-a22b:free",
"maxTokens": 50000,
"temperature": 0.2
},