add fake_stream to llm http handler

This commit is contained in:
Ishaan Jaff 2025-03-20 09:55:59 -07:00
parent 1567e52185
commit 6608770e64
2 changed files with 5 additions and 0 deletions

View file

@ -232,6 +232,9 @@ def responses(
timeout=timeout or request_timeout,
_is_async=_is_async,
client=kwargs.get("client"),
fake_stream=responses_api_provider_config.should_fake_stream(
model=model, stream=stream, custom_llm_provider=custom_llm_provider
),
)
return response