mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix tg ai -deprecated model
This commit is contained in:
parent
0d812b0d81
commit
a39eff07df
1 changed files with 2 additions and 2 deletions
|
@ -3283,9 +3283,9 @@ def test_completion_together_ai_mixtral():
|
|||
# test_completion_together_ai_mixtral()
|
||||
|
||||
|
||||
def test_completion_together_ai_yi_chat():
|
||||
def test_completion_together_ai_llama():
|
||||
litellm.set_verbose = True
|
||||
model_name = "together_ai/mistralai/Mistral-7B-Instruct-v0.1"
|
||||
model_name = "together_ai/meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
|
||||
try:
|
||||
messages = [
|
||||
{"role": "user", "content": "What llm are you?"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue