summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-20 20:04:13 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-20 20:04:13 +0200
commit8e7e694d81e674db63049145a35972df8ad2e3fa (patch)
treed6000ee808385a20f85e03e3173e3aa16a605757 /README.md
parent~ (diff)
downloadgpt4free-8e7e694d81e674db63049145a35972df8ad2e3fa.tar
gpt4free-8e7e694d81e674db63049145a35972df8ad2e3fa.tar.gz
gpt4free-8e7e694d81e674db63049145a35972df8ad2e3fa.tar.bz2
gpt4free-8e7e694d81e674db63049145a35972df8ad2e3fa.tar.lz
gpt4free-8e7e694d81e674db63049145a35972df8ad2e3fa.tar.xz
gpt4free-8e7e694d81e674db63049145a35972df8ad2e3fa.tar.zst
gpt4free-8e7e694d81e674db63049145a35972df8ad2e3fa.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf966680..7d988d50 100644
--- a/README.md
+++ b/README.md
@@ -369,7 +369,7 @@ python -m g4f.api
import openai
openai.api_key = "Empty if you don't use embeddings, otherwise your hugginface token"
-openai.api_base = "http://localhost:1337"
+openai.api_base = "http://localhost:1337/v1"
def main():