mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-27 05:20:34 +00:00
[chore]: Remove the print statement
This commit is contained in:
parent
dd0e09c8fa
commit
6eafcb324e
@ -1306,7 +1306,6 @@ class ChatAnthropic(BaseChatModel):
|
||||
"""Validate max_tokens."""
|
||||
if values.get("max_tokens") is None:
|
||||
if "claude-opus-4" in values.get("model"):
|
||||
print('hello')
|
||||
values["max_tokens"] = 32000
|
||||
elif values.get("model") in ["claude-sonnet-4", "claude-3-7-sonnet"]:
|
||||
values["max_tokens"] = 64000
|
||||
|
Loading…
Reference in New Issue
Block a user