add async streaming support

This commit is contained in:
Ishaan Jaff 2025-03-11 20:00:42 -07:00
parent d09bd6c353
commit 7b1172d9b9
4 changed files with 42 additions and 22 deletions

View file

@ -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