mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix test tg - they are a very unstable provider
This commit is contained in:
parent
74e263b8de
commit
2cfafdc7c3
1 changed files with 1 additions and 1 deletions
|
@ -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?"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue