Skip to content

Commit

Permalink
fix test tg - they are a very unstable provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Jul 16, 2024
1 parent 74e263b commit 2cfafdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/tests/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -2870,7 +2870,7 @@ def test_completion_together_ai_mixtral():

def test_completion_together_ai_yi_chat():
litellm.set_verbose = True
model_name = "together_ai/zero-one-ai/Yi-34B-Chat"
model_name = "together_ai/mistralai/Mistral-7B-Instruct-v0.1"
try:
messages = [
{"role": "user", "content": "What llm are you?"},
Expand Down

0 comments on commit 2cfafdc

Please sign in to comment.