remove unused parameter

This commit is contained in:
WilliamEspegren 2023-09-17 13:12:49 +02:00
parent 5544a9251f
commit d2bdfecd96
No known key found for this signature in database
GPG key ID: 30E0CDDF1B5262CD

View file

@ -1124,7 +1124,7 @@ def config_completion(**kwargs):
"No config path set, please set a config path using `litellm.config_path = 'path/to/config.json'`"
)
def stream_chunk_builder(chunks: list, messages: list = None):
def stream_chunk_builder(chunks: list):
id = chunks[0]["id"]
object = chunks[0]["object"]
created = chunks[0]["created"]