mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix test groq function call
This commit is contained in:
parent
5606971bbb
commit
ea575ef62d
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue