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

XFEstudio/gpt4free

Update README.md

9685db9e
chatgpt-tricks <143020293+chatgpt-tricks@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +1 -1
@@ -297,7 +297,7 @@ python3 -m interference.app
297 297 ```py
298 298 import openai
299 299
300 openai.api_key = "Emppty if you dont use embeddings, otherwise your hugginface token"
300 openai.api_key = "Empty if you don't use embeddings, otherwise your hugginface token"
301 301 openai.api_base = "http://localhost:1337"
302 302
303 303