mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Fix OpenAIGenerator crashing with tracking usage with streaming enabled * Fix OpenAIChatGenerator crashing with tracking usage with streaming enabled * Add release notes * Fix linting
5 lines
191 B
YAML
5 lines
191 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix `OpenAIChatGenerator` and `OpenAIGenerator` crashing when using a `streaming_callback` and `generation_kwargs` contain `{"stream_options": {"include_usage": True}}`.
|