fix: increase max_tokens limit to 64000 re: Anthropic dynamic tokens

This commit is contained in:
Mason Daugherty
2025-08-15 15:34:54 -04:00
parent 4dd9110424
commit 8bd2403518
2 changed files with 2 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ def test_configurable_with_default() -> None:
"disable_streaming": False,
"model": "claude-3-7-sonnet-20250219",
"mcp_servers": None,
"max_tokens": 1024,
"max_tokens": 64000,
"temperature": None,
"thinking": None,
"top_k": None,

View File

@@ -261,7 +261,7 @@ def test_configurable_with_default() -> None:
"disable_streaming": False,
"model": "claude-3-7-sonnet-20250219",
"mcp_servers": None,
"max_tokens": 1024,
"max_tokens": 64000,
"temperature": None,
"thinking": None,
"top_k": None,