(test) claude-instant-1

This commit is contained in:
ishaan-jaff 2024-03-04 08:32:13 -08:00
parent 351c648dc0
commit b5fcc89682
3 changed files with 5 additions and 5 deletions

View file

@ -933,7 +933,7 @@ def test_router_anthropic_key_dynamic():
{
"model_name": "anthropic-claude",
"litellm_params": {
"model": "claude-instant-1",
"model": "claude-instant-1.2",
"api_key": anthropic_api_key,
},
}