@tokagent/tokagentos 2.0.30 → 2.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -71,7 +71,11 @@ LITELLM_LARGE_MODEL=
|
|
|
71
71
|
#
|
|
72
72
|
# Skip these if you have a Google key with paid quota and want to use
|
|
73
73
|
# Gemini Flash. Or pin to whichever model your account has best rates on.
|
|
74
|
-
|
|
74
|
+
# NOTE: OpenRouter uses dots in version suffixes (4.5, not 4-5). Bad model
|
|
75
|
+
# ids surface as AI_NoOutputGeneratedError because the upstream returns an
|
|
76
|
+
# error event the AI SDK stream parser cannot translate to a message.
|
|
77
|
+
# Verify against https://openrouter.ai/api/v1/models before changing these.
|
|
78
|
+
OPENROUTER_SMALL_MODEL=anthropic/claude-haiku-4.5
|
|
75
79
|
OPENROUTER_LARGE_MODEL=anthropic/claude-sonnet-4.6
|
|
76
80
|
|
|
77
81
|
# Local LLM endpoints (optional).
|