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 af11177 commit 027da52Copy full SHA for 027da52
helpers.md
@@ -11,7 +11,7 @@ iterator, and exposes helper methods to accumulate chunks into a convenient shap
11
about the conversation.
12
13
Alternatively, you can use `openai.chat.completions.create({ stream: true, … })` which returns an async
14
-iteratable of the chunks in the stream and uses less memory (most notably, it does not accumulate a final chat
+iterable of the chunks in the stream and uses less memory (most notably, it does not accumulate a final chat
15
completion object for you).
16
17
If you need to cancel a stream, you can `break` from a `for await` loop or call `stream.abort()`.
0 commit comments