diff options
author | naa <44613678+naa7@users.noreply.github.com> | 2023-04-28 05:51:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 05:51:52 +0200 |
commit | 210f8958ce4e89f56873dce792d3147735bd4bc3 (patch) | |
tree | 806132d37833cdbdc4f8ff1b8bb29fc765e2e7b4 | |
parent | Update README.md (diff) | |
download | gpt4free-210f8958ce4e89f56873dce792d3147735bd4bc3.tar gpt4free-210f8958ce4e89f56873dce792d3147735bd4bc3.tar.gz gpt4free-210f8958ce4e89f56873dce792d3147735bd4bc3.tar.bz2 gpt4free-210f8958ce4e89f56873dce792d3147735bd4bc3.tar.lz gpt4free-210f8958ce4e89f56873dce792d3147735bd4bc3.tar.xz gpt4free-210f8958ce4e89f56873dce792d3147735bd4bc3.tar.zst gpt4free-210f8958ce4e89f56873dce792d3147735bd4bc3.zip |
-rw-r--r-- | theb/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theb/README.md b/theb/README.md index 982c34a1..ca978fce 100644 --- a/theb/README.md +++ b/theb/README.md @@ -8,4 +8,5 @@ import theb # simple streaming completion for token in theb.Completion.create('hello world'): print(token, end='', flush=True) -```
\ No newline at end of file +print("") +``` |