mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +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():
|
def test_completion_together_ai_yi_chat():
|
||||||
litellm.set_verbose = True
|
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:
|
try:
|
||||||
messages = [
|
messages = [
|
||||||
{"role": "user", "content": "What llm are you?"},
|
{"role": "user", "content": "What llm are you?"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue