Merge pull request #1304 from JuroOravec/master
README: Explain OpenAI billing for API key (Fixes issue about "API Rate Limit Reached. Waiting 20 seconds ... Failed to get response after 5 retries")pull/1628/head
commit
5e18bb4b61
13
README.md
13
README.md
|
@ -117,7 +117,7 @@ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Rename `.env.template` to `.env` and fill in your `OPENAI_API_KEY`. If you plan to use Speech Mode, fill in your `ELEVEN_LABS_API_KEY` as well.
|
5. Rename `.env.template` to `.env` and fill in your `OPENAI_API_KEY`. If you plan to use Speech Mode, fill in your `ELEVEN_LABS_API_KEY` as well.
|
||||||
- Obtain your OpenAI API key from: https://platform.openai.com/account/api-keys.
|
- See [OpenAI API Keys Configuration](#openai-api-keys-configuration) to obtain your OpenAI API key.
|
||||||
- Obtain your ElevenLabs API key from: https://elevenlabs.io. You can view your xi-api-key using the "Profile" tab on the website.
|
- Obtain your ElevenLabs API key from: https://elevenlabs.io. You can view your xi-api-key using the "Profile" tab on the website.
|
||||||
- If you want to use GPT on an Azure instance, set `USE_AZURE` to `True` and then:
|
- If you want to use GPT on an Azure instance, set `USE_AZURE` to `True` and then:
|
||||||
- Rename `azure.yaml.template` to `azure.yaml` and provide the relevant `azure_api_base`, `azure_api_version` and all of the deployment ids for the relevant models in the `azure_model_map` section:
|
- Rename `azure.yaml.template` to `azure.yaml` and provide the relevant `azure_api_base`, `azure_api_version` and all of the deployment ids for the relevant models in the `azure_model_map` section:
|
||||||
|
@ -179,6 +179,17 @@ Use this to use TTS for Auto-GPT
|
||||||
python -m autogpt --speak
|
python -m autogpt --speak
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## OpenAI API Keys Configuration
|
||||||
|
|
||||||
|
Obtain your OpenAI API key from: https://platform.openai.com/account/api-keys.
|
||||||
|
|
||||||
|
To use OpenAI API key for Auto-GPT, you NEED to have billing set up (AKA paid account).
|
||||||
|
|
||||||
|
You can set up paid account at https://platform.openai.com/account/billing/overview.
|
||||||
|
|
||||||
|
![For OpenAI API key to work, set up paid account at OpenAI API > Billing](./docs/imgs/openai-api-key-billing-paid-account.png)
|
||||||
|
|
||||||
|
|
||||||
## 🔍 Google API Keys Configuration
|
## 🔍 Google API Keys Configuration
|
||||||
|
|
||||||
This section is optional, use the official google api if you are having issues with error 429 when running a google search.
|
This section is optional, use the official google api if you are having issues with error 429 when running a google search.
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 309 KiB |
Loading…
Reference in New Issue