We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e146322 commit 2fad88cCopy full SHA for 2fad88c
ChangeLog.md
@@ -3,6 +3,14 @@ OpenAI APIs for XP ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 0.9.0 / ????-??-??
7
+
8
+* **Heads up:** To use streaming with the legacy completions API, you
9
+ need to use *flow()* instead of *stream()*!
10
+ (@thekid)
11
+* Merged PR #21: Implement responses API streaming, see issue #20 and
12
+ https://platform.openai.com/docs/api-reference/responses
13
14
* Added optional parameter *timeout* to receive() and transmit() methods
15
(@thekid)
16
0 commit comments