Skip to content

Commit 2fad88c

Browse files
committed
Document responses API implementation
1 parent e146322 commit 2fad88c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ OpenAI APIs for XP ChangeLog
33

44
## ?.?.? / ????-??-??
55

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+
(@thekid)
614
* Added optional parameter *timeout* to receive() and transmit() methods
715
(@thekid)
816

0 commit comments

Comments
 (0)