style(main.py): clean up print statement
This commit is contained in:
parent
9cda24e1b2
commit
bcf0b0ac7b
@ -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…
Reference in New Issue
Block a user