From 242329ed037aa553c908c902a57b85ff76c20b78 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Thu, 1 Feb 2024 14:45:35 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A4=20Remove=20trailing=20whitespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/features/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/stream.md b/docs/features/stream.md index c22ce37..bdaa4dd 100644 --- a/docs/features/stream.md +++ b/docs/features/stream.md @@ -70,7 +70,7 @@ Demo ``` **Execute the Streaming Generation** - + This block uses the stream_to context manager to print the output of the story generation function as it is being streamed. This is how you stream the story while it is being generated.