[chore]: Remove the print statement

This commit is contained in:
keenborder786 2025-07-11 05:34:51 +05:00
parent dd0e09c8fa
commit 6eafcb324e

View File

@ -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