summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-28 10:07:52 +0200
committerGitHub <noreply@github.com>2023-04-28 10:07:52 +0200
commit62014fa85ff576066ab9f5f70b4fd93e5bc0dc18 (patch)
tree2d97f9881edc4d26a218976c46a7bf58bbefdc5f
parentMerge pull request #231 from naa7/patch-3 (diff)
parentupdated README.md (diff)
downloadgpt4free-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
-rw-r--r--theb/README.md3
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("")
+```