diff options
author | chatgpt-tricks <143020293+chatgpt-tricks@users.noreply.github.com> | 2023-09-19 19:59:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 19:59:50 +0200 |
commit | 98d40aa39e6996ea06ad43cb4089b816751a3c4a (patch) | |
tree | 5cb07ea1f6ecbb1269f12039d235f5ed8361eda5 | |
parent | Update README.md (diff) | |
download | gpt4free-98d40aa39e6996ea06ad43cb4089b816751a3c4a.tar gpt4free-98d40aa39e6996ea06ad43cb4089b816751a3c4a.tar.gz gpt4free-98d40aa39e6996ea06ad43cb4089b816751a3c4a.tar.bz2 gpt4free-98d40aa39e6996ea06ad43cb4089b816751a3c4a.tar.lz gpt4free-98d40aa39e6996ea06ad43cb4089b816751a3c4a.tar.xz gpt4free-98d40aa39e6996ea06ad43cb4089b816751a3c4a.tar.zst gpt4free-98d40aa39e6996ea06ad43cb4089b816751a3c4a.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ asyncio.run(run_async()) ### interference openai-proxy api (use with openai python package) -if you want to use the embedding function, you need to get a huggingface token. You can get one at https://huggingface.co/settings/tokens make sure your role is set to write. If you have your token, just use it instead of the OpenAI api-key. +If you want to use the embedding function, you need to get a huggingface token. You can get one at https://huggingface.co/settings/tokens make sure your role is set to write. If you have your token, just use it instead of the OpenAI api-key. get requirements: |