docs: fix anthropic max_tokens docstring (#27166)

This commit is contained in:
Bagatur 2024-10-07 09:51:42 -07:00 committed by GitHub
parent 07dd8dd3d7
commit 38099800cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -295,7 +295,7 @@ class ChatAnthropic(BaseChatModel):
Name of Anthropic model to use. E.g. "claude-3-sonnet-20240229".
temperature: float
Sampling temperature. Ranges from 0.0 to 1.0.
max_tokens: Optional[int]
max_tokens: int
Max number of tokens to generate.
Key init args client params: