(fix) test_function_caling.py

This commit is contained in:
ishaan-jaff 2024-02-28 18:07:22 -08:00
parent bbb303bb54
commit 5cfe4f7ab3

View file

@ -71,7 +71,7 @@ def test_parallel_function_call():
}
]
response = litellm.completion(
model="mistral/mistral-medium-latest",
model="gpt-3.5-turbo-1106",
messages=messages,
tools=tools,
tool_choice="auto", # auto is default, but we'll be explicit