The stream and timeout parameters were moved from **kwargs to explicit parameters in a previous commit, but were not being passed to the OpenAI API, causing streaming responses to fail and fall back to non-streaming mode.Fixes the issue where stream=True was being silently ignored, resulting in unexpected non-streaming behavior. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| anthropic.py | ||
| azure_openai.py | ||
| bedrock.py | ||
| binding_options.py | ||
| gemini.py | ||
| hf.py | ||
| jina.py | ||
| llama_index_impl.py | ||
| lmdeploy.py | ||
| lollms.py | ||
| nvidia_openai.py | ||
| ollama.py | ||
| openai.py | ||
| siliconcloud.py | ||
| zhipu.py | ||