patrickvonplaten commited on
Commit
5a20120
·
verified ·
1 Parent(s): c530b22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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