diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-25 17:54:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 17:54:50 +0200 |
commit | e059070f65666a62047c65217c891af06afd5a76 (patch) | |
tree | 8d1295471929fbdf78ee2bc1074bd804e6d21206 | |
parent | Merge pull request #1149 from Luneye/patch-4 (diff) | |
parent | Update README.md (diff) | |
download | gpt4free-e059070f65666a62047c65217c891af06afd5a76.tar gpt4free-e059070f65666a62047c65217c891af06afd5a76.tar.gz gpt4free-e059070f65666a62047c65217c891af06afd5a76.tar.bz2 gpt4free-e059070f65666a62047c65217c891af06afd5a76.tar.lz gpt4free-e059070f65666a62047c65217c891af06afd5a76.tar.xz gpt4free-e059070f65666a62047c65217c891af06afd5a76.tar.zst gpt4free-e059070f65666a62047c65217c891af06afd5a76.zip |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |