mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix(bedrock.py): adding provider-specific configs
This commit is contained in:
parent
5364604ccc
commit
06f279807b
7 changed files with 128 additions and 11 deletions
|
@ -25,7 +25,7 @@ class AnthropicConfig():
|
|||
|
||||
to pass metadata to anthropic, it's {"user_id": "any-relevant-information"}
|
||||
"""
|
||||
max_tokens_to_sample: Optional[int]=256 # anthropic requires a default
|
||||
max_tokens_to_sample: Optional[int]=litellm.max_tokens # anthropic requires a default
|
||||
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