mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
add stream_chunk_builder function
This commit is contained in:
parent
14fd6770be
commit
43a18b9528
3 changed files with 21 additions and 1 deletions
|
@ -1123,3 +1123,6 @@ def config_completion(**kwargs):
|
|||
raise ValueError(
|
||||
"No config path set, please set a config path using `litellm.config_path = 'path/to/config.json'`"
|
||||
)
|
||||
|
||||
def stream_chunk_builder(chunks:list):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue