summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanyam Jain <sanyamjain6667@gmail.com>2023-10-25 16:50:50 +0200
committerGitHub <noreply@github.com>2023-10-25 16:50:50 +0200
commit7b1c05f2d093b48f378b0cca57bac790a344d38c (patch)
tree8d1295471929fbdf78ee2bc1074bd804e6d21206
parentMerge pull request #1149 from Luneye/patch-4 (diff)
downloadgpt4free-7b1c05f2d093b48f378b0cca57bac790a344d38c.tar
gpt4free-7b1c05f2d093b48f378b0cca57bac790a344d38c.tar.gz
gpt4free-7b1c05f2d093b48f378b0cca57bac790a344d38c.tar.bz2
gpt4free-7b1c05f2d093b48f378b0cca57bac790a344d38c.tar.lz
gpt4free-7b1c05f2d093b48f378b0cca57bac790a344d38c.tar.xz
gpt4free-7b1c05f2d093b48f378b0cca57bac790a344d38c.tar.zst
gpt4free-7b1c05f2d093b48f378b0cca57bac790a344d38c.zip
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e1ff694..5a86b786 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ docker compose build
docker compose up
```
-You server will now be running at `http://localhost:1337`. You can interact with the API or run your tests as you would normally.
+Your server will now be running at `http://localhost:1337`. You can interact with the API or run your tests as you would normally.
To stop the Docker containers, simply run:
@@ -331,7 +331,7 @@ python -m g4f.api
```py
import openai
-openai.api_key = "Empty if you don't use embeddings, otherwise your Hugging Face token"
+openai.api_key = " Leave Empty if you don't use embeddings, otherwise your Hugging Face token"
openai.api_base = "http://localhost:1337/v1"