mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
refactor(utils.py): clean up print statement
This commit is contained in:
parent
5fb7d4897e
commit
b403bac500
1 changed files with 0 additions and 1 deletions
|
@ -424,7 +424,6 @@ class Logging:
|
||||||
|
|
||||||
## BUILD COMPLETE STREAMED RESPONSE
|
## BUILD COMPLETE STREAMED RESPONSE
|
||||||
if self.stream:
|
if self.stream:
|
||||||
print(f"stream result: {result}")
|
|
||||||
if result.choices[0].finish_reason: # if it's the last chunk
|
if result.choices[0].finish_reason: # if it's the last chunk
|
||||||
self.streaming_chunks.append(result)
|
self.streaming_chunks.append(result)
|
||||||
complete_streaming_response = litellm.stream_chunk_builder(self.streaming_chunks)
|
complete_streaming_response = litellm.stream_chunk_builder(self.streaming_chunks)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue