haystack/releasenotes/notes/fix-chatgpt-invocation-layer-bc25d0ea5f77f05c.yaml
Stefano Fiorucci ccc9f010bb
fix: fix ChatGPT invocation layer (and add async support) (#5979)
* ChatGPT async

* release note

* fix tests
2023-10-05 18:43:26 +02:00

7 lines
165 B
YAML

---
fixes:
- |
Fixed the bug that prevented the correct usage of ChatGPT invocation layer
in 1.21.1.
Added async support for ChatGPT invocation layer.