mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-12 08:23:23 +00:00
Updating the default Anthropic Officlal Claude 3 max_tokens to 4096
fix bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user