mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
updated README.md
A print statement to add a newline after iterating through the loop
This commit is contained in:
parent
25428d58d5
commit
210f8958ce
@ -8,4 +8,5 @@ import theb
|
|||||||
# simple streaming completion
|
# simple streaming completion
|
||||||
for token in theb.Completion.create('hello world'):
|
for token in theb.Completion.create('hello world'):
|
||||||
print(token, end='', flush=True)
|
print(token, end='', flush=True)
|
||||||
```
|
print("")
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user