Merge pull request #233 from naa7/patch-4

updated README.md
This commit is contained in:
t.me/xtekky
2023-04-28 09:07:52 +01:00
committed by GitHub

View File

@@ -8,4 +8,5 @@ import theb
# simple streaming completion
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
```
print("")
```