mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(ci): add bedrock-nova-pro to test_config.yaml with max_tokens cap
Commit 66c822435e swapped nova-premier to nova-pro in the test but missed
adding the model to the proxy config. Nova Pro has a 10k token limit so
cap max_tokens at 5000 to stay clear of it.
This commit is contained in:
parent
6847a75408
commit
f9bbb23ffe
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@ model_list:
|
|||
model: "bedrock/us.anthropic.claude-opus-4-5-20251101-v1:0"
|
||||
aws_region_name: "us-east-1"
|
||||
|
||||
- model_name: bedrock-nova-pro
|
||||
litellm_params:
|
||||
model: "bedrock/us.amazon.nova-pro-v1:0"
|
||||
aws_region_name: "us-east-1"
|
||||
max_tokens: 5000
|
||||
|
||||
- model_name: bedrock-nova-premier
|
||||
litellm_params:
|
||||
model: "bedrock/us.amazon.nova-premier-v1:0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue