fix test groq function call

This commit is contained in:
Ishaan Jaff 2024-04-15 08:40:39 -07:00
parent 5606971bbb
commit ea575ef62d

View file

@ -274,7 +274,6 @@ def test_groq_parallel_function_call():
)
print("length of tool calls", len(tool_calls))
print("Expecting there to be 3 tool calls")
# Step 2: check if the model wanted to call a function
if tool_calls: