Skip to content

Commit 595316f

Browse files
Update doc/functions/openAIChat.md
Co-authored-by: Christopher Creutzig <[email protected]>
1 parent b0f15e2 commit 595316f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/functions/openAIChat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ function handle
133133

134134
Specify a custom streaming function to process the generated output token by token as it is being generated, rather than having to wait for the end of the generation. For example, you can use this function to print the output as it is generated.
135135

136+
For an example, see [Process Generated Text in Real Time by Using ChatGPT™ in Streaming Mode](../../examples/ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode.md)
137+
136138

137139
**Example:** `@(token) fprint("%s",token)`
138140

0 commit comments

Comments
 (0)