summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-28 10:08:27 +0200
committerGitHub <noreply@github.com>2023-04-28 10:08:27 +0200
commit3307675844288889bf25c786ffb4011388025fba (patch)
treef6692ec2432c72a95e486af3439c7442c448ab50
parentMerge pull request #233 from naa7/patch-4 (diff)
parentUpdated README.md (diff)
downloadgpt4free-3307675844288889bf25c786ffb4011388025fba.tar
gpt4free-3307675844288889bf25c786ffb4011388025fba.tar.gz
gpt4free-3307675844288889bf25c786ffb4011388025fba.tar.bz2
gpt4free-3307675844288889bf25c786ffb4011388025fba.tar.lz
gpt4free-3307675844288889bf25c786ffb4011388025fba.tar.xz
gpt4free-3307675844288889bf25c786ffb4011388025fba.tar.zst
gpt4free-3307675844288889bf25c786ffb4011388025fba.zip
-rw-r--r--forefront/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/forefront/README.md b/forefront/README.md
index 5b084af5..a2be8187 100644
--- a/forefront/README.md
+++ b/forefront/README.md
@@ -4,7 +4,7 @@
import forefront
# create an account
-token = forefront.Account.create(logging=True)
+token = forefront.Account.create(logging=False)
print(token)
# get a response
@@ -12,4 +12,5 @@ for response in forefront.StreamingCompletion.create(token = token,
prompt = 'hello world', model='gpt-4'):
print(response.completion.choices[0].text, end = '')
-``` \ No newline at end of file
+print("")
+```