mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
fix: increase max_tokens limit to 64000 re: Anthropic dynamic tokens
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user