mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix test groq function call
This commit is contained in:
parent
2d4c01db1d
commit
2a54d9a6ec
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("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
|
# Step 2: check if the model wanted to call a function
|
||||||
if tool_calls:
|
if tool_calls:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue