commit
62014fa85f
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue