mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
Updating the default Anthropic Officlal Claude 3 max_tokens to 4096
fix bug
This commit is contained in:
parent
09463bc584
commit
3d96e810b0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class AnthropicConfig:
|
|||
|
||||
def __init__(
|
||||
self,
|
||||
max_tokens: Optional[int] = None, # You can pass in a value yourself or use the default value 4096
|
||||
max_tokens: Optional[int] = 4096, # You can pass in a value yourself or use the default value 4096
|
||||
stop_sequences: Optional[list] = None,
|
||||
temperature: Optional[int] = None,
|
||||
top_p: Optional[int] = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue