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:
Ishaan Jaffer 2026-03-07 17:16:39 -08:00
parent 6847a75408
commit f9bbb23ffe

View file

@ -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"