fix: temporarely lower max tokens

Carlos Alexandro Becker created

refs https://github.com/charmbracelet/fantasy/pull/131

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

internal/providers/configs/anthropic.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/providers/configs/anthropic.json 🔗

@@ -27,7 +27,7 @@
       "cost_per_1m_in_cached": 6.25,
       "cost_per_1m_out_cached": 0.50,
       "context_window": 200000,
-      "default_max_tokens": 128000,
+      "default_max_tokens": 126000,
       "can_reason": true,
       "supports_attachments": true
     },