forked from phoenix/litellm-mirror
test: cleanup mistral model
This commit is contained in:
parent
bb75af618f
commit
e8f47e96c3
2 changed files with 2 additions and 2 deletions
|
@ -1450,7 +1450,7 @@ async def test_mistral_on_router():
|
||||||
{
|
{
|
||||||
"model_name": "gpt-3.5-turbo",
|
"model_name": "gpt-3.5-turbo",
|
||||||
"litellm_params": {
|
"litellm_params": {
|
||||||
"model": "mistral/mistral-medium",
|
"model": "mistral/mistral-small-latest",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
|
@ -683,7 +683,7 @@ def test_completion_ollama_hosted_stream():
|
||||||
[
|
[
|
||||||
# "claude-3-5-haiku-20241022",
|
# "claude-3-5-haiku-20241022",
|
||||||
# "claude-2",
|
# "claude-2",
|
||||||
# "mistral/mistral-medium",
|
# "mistral/mistral-small-latest",
|
||||||
"openrouter/openai/gpt-4o-mini",
|
"openrouter/openai/gpt-4o-mini",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue