mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
remove unused parameter
This commit is contained in:
parent
5544a9251f
commit
d2bdfecd96
1 changed files with 1 additions and 1 deletions
|
@ -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'`"
|
"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"]
|
id = chunks[0]["id"]
|
||||||
object = chunks[0]["object"]
|
object = chunks[0]["object"]
|
||||||
created = chunks[0]["created"]
|
created = chunks[0]["created"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue