mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-03 02:16:34 +00:00
5 lines
211 B
YAML
5 lines
211 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
The `streaming_callback` parameter can be passed to OpenAIGenerator and OpenAIChatGenerator during pipeline run. This prevents the need to recreate pipelines for streaming callbacks.
|