Skip to content

Commit 96a59b9

Browse files
docs(messages): improvements to helpers reference + typos (#595)
1 parent 8ffc7f8 commit 96a59b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ iterator, and exposes helper methods to accumulate chunks into a convenient shap
1111
about the conversation.
1212
1313
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
14+
iterable of the chunks in the stream and uses less memory (most notably, it does not accumulate a final chat
1515
completion object for you).
1616
1717
If you need to cancel a stream, you can `break` from a `for await` loop or call `stream.abort()`.

0 commit comments

Comments
 (0)