mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 17:13:22 +00:00
docs: fix anthropic max_tokens docstring (#27166)
This commit is contained in:
parent
07dd8dd3d7
commit
38099800cc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user