updated README.md

A print statement to add a newline after iterating through the loop
このコミットが含まれているのは:
naa 2023-04-27 23:51:52 -04:00 committed by GitHub
コミット 210f8958ce
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加1行の削除

ファイルの表示

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