Skip to content

Commit adfe496

Browse files
MiriamScharnkeccreutzi
authored andcommitted
Fix typo on generate.md
Fixes #97
1 parent f909676 commit adfe496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/functions/generate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Specify a custom streaming function to process the generated output as it is bei
161161
For an example, see [Process Generated Text in Real Time by Using ChatGPT™ in Streaming Mode](../../examples/ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode.md).
162162

163163

164-
**Example:** `@(token) fprint("%s",token)`
164+
**Example:** `@(token) fprintf("%s",token)`
165165

166166
### `ResponseFormat` — Response format
167167

0 commit comments

Comments
 (0)