mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
style(main.py): clean up print statement
This commit is contained in:
parent
9cda24e1b2
commit
bcf0b0ac7b
1 changed files with 0 additions and 1 deletions
|
@ -1478,7 +1478,6 @@ def config_completion(**kwargs):
|
|||
)
|
||||
|
||||
def stream_chunk_builder(chunks: list):
|
||||
print(f"chunk 0: {chunks[0]}")
|
||||
id = chunks[0]["id"]
|
||||
object = chunks[0]["object"]
|
||||
created = chunks[0]["created"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue