Update README.md
Browse files
README.md
CHANGED
@@ -210,8 +210,7 @@ for chunk in stream:
|
|
210 |
if content is not None:
|
211 |
if not printed_content:
|
212 |
printed_content = True
|
213 |
-
print("
|
214 |
-
content:", end="", flush=True)
|
215 |
# Extract and print the content
|
216 |
print(content, end="", flush=True)
|
217 |
|
|
|
210 |
if content is not None:
|
211 |
if not printed_content:
|
212 |
printed_content = True
|
213 |
+
print("\ncontent:", end="", flush=True)
|
|
|
214 |
# Extract and print the content
|
215 |
print(content, end="", flush=True)
|
216 |
|