mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
add param mapping to claude bedrock
This commit is contained in:
parent
acc15f5778
commit
6a81f860f9
2 changed files with 16 additions and 3 deletions
|
@ -114,7 +114,6 @@ def completion(
|
|||
if provider == "anthropic":
|
||||
data = json.dumps({
|
||||
"prompt": prompt,
|
||||
"max_tokens_to_sample": 256,
|
||||
**optional_params
|
||||
})
|
||||
elif provider == "ai21":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue