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

XFEstudio/gpt4free

Update README.md

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

代码差异

1 个文件 +6 -3
Modified README.md +6 -3
@@ -278,9 +278,12 @@ asyncio.run(run_async())
278 278 ```
279 279
280 280 ### interference openai-proxy api (use with openai python package)
281 #### if you want to use the embedding function, you need to get a huggingface token.
282 #### You can get one at https://huggingface.co/settings/tokens make sure your role is set to write.
283 #### If you have your token, just use it instead of the OpenAI api-key.
281
282 if you want to use the embedding function, you need to get a huggingface token.
283 You can get one at https://huggingface.co/settings/tokens make sure your role is set to write.
284 If you have your token, just use it instead of the OpenAI api-key.
285
286
284 287 get requirements:
285 288
286 289 ```sh