mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 14:22:12 +00:00
fix test groq function call
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user