forked from phoenix/litellm-mirror
update test_default_tagged_deployments
This commit is contained in:
parent
2fceeedd94
commit
05210fee6a
1 changed files with 8 additions and 0 deletions
|
@ -111,6 +111,14 @@ async def test_default_tagged_deployments():
|
|||
},
|
||||
"model_info": {"id": "default-model"},
|
||||
},
|
||||
{
|
||||
"model_name": "gpt-4",
|
||||
"litellm_params": {
|
||||
"model": "gpt-4o",
|
||||
"api_base": "https://exampleopenaiendpoint-production.up.railway.app/",
|
||||
},
|
||||
"model_info": {"id": "default-model-2"},
|
||||
},
|
||||
{
|
||||
"model_name": "gpt-4",
|
||||
"litellm_params": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue