XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update README.md

7b1c05f2
Sanyam Jain <sanyamjain6667@gmail.com>
提交于

代码差异

1 个文件 +2 -2
Modified README.md +2 -2
@@ -127,7 +127,7 @@ docker compose build
127 127 docker compose up
128 128 ```
129 129
130 You server will now be running at `http://localhost:1337`. You can interact with the API or run your tests as you would normally.
130 Your server will now be running at `http://localhost:1337`. You can interact with the API or run your tests as you would normally.
131 131
132 132 To stop the Docker containers, simply run:
133 133
@@ -331,7 +331,7 @@ python -m g4f.api
331 331 ```py
332 332 import openai
333 333
334 openai.api_key = "Empty if you don't use embeddings, otherwise your Hugging Face token"
334 openai.api_key = " Leave Empty if you don't use embeddings, otherwise your Hugging Face token"
335 335 openai.api_base = "http://localhost:1337/v1"
336 336
337 337