返回提交历史
Modified
README.md
+6
-3
XFEstudio/gpt4free
Update README.md
f11d854c
代码差异
1 个文件
+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