diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-28 10:07:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 10:07:52 +0200 |
commit | 62014fa85ff576066ab9f5f70b4fd93e5bc0dc18 (patch) | |
tree | 2d97f9881edc4d26a218976c46a7bf58bbefdc5f /theb | |
parent | Merge pull request #231 from naa7/patch-3 (diff) | |
parent | updated README.md (diff) | |
download | gpt4free-62014fa85ff576066ab9f5f70b4fd93e5bc0dc18.tar gpt4free-62014fa85ff576066ab9f5f70b4fd93e5bc0dc18.tar.gz gpt4free-62014fa85ff576066ab9f5f70b4fd93e5bc0dc18.tar.bz2 gpt4free-62014fa85ff576066ab9f5f70b4fd93e5bc0dc18.tar.lz gpt4free-62014fa85ff576066ab9f5f70b4fd93e5bc0dc18.tar.xz gpt4free-62014fa85ff576066ab9f5f70b4fd93e5bc0dc18.tar.zst gpt4free-62014fa85ff576066ab9f5f70b4fd93e5bc0dc18.zip |
Diffstat (limited to 'theb')
-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("") +``` |