mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
add async streaming support
This commit is contained in:
parent
d09bd6c353
commit
7b1172d9b9
4 changed files with 42 additions and 22 deletions
|
@ -1030,6 +1030,7 @@ class BaseLLMHTTPHandler:
|
|||
response=response,
|
||||
model=model,
|
||||
logging_obj=logging_obj,
|
||||
responses_api_provider_config=responses_api_provider_config,
|
||||
)
|
||||
else:
|
||||
# For non-streaming, proceed as before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue