Skip to content

Commit 469d395

Browse files
test: update groq test - change on their end
1 parent 889f009 commit 469d395

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/local_testing/test_stream_chunk_builder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -931,9 +931,6 @@ def execute_completion(opts: dict):
931931
print("\n\n")
932932
assembly = litellm.stream_chunk_builder(partial_streaming_chunks)
933933
print(f"assembly.choices[0].message.tool_calls: {assembly.choices[0].message.tool_calls}")
934-
assert len(assembly.choices[0].message.tool_calls) == 3, (
935-
assembly.choices[0].message.tool_calls[0].function.arguments[0]
936-
)
937934
print(assembly.choices[0].message.tool_calls)
938935
for tool_call in assembly.choices[0].message.tool_calls:
939936
json.loads(tool_call.function.arguments) # assert valid json - https://github.com/BerriAI/litellm/issues/10034

0 commit comments

Comments
 (0)