Skip to content

Commit

Permalink
Fix openai api Key url
Browse files Browse the repository at this point in the history
Fix beta.openai.com to be platform.openai.com

Signed-off-by: Paillat <[email protected]>
  • Loading branch information
Paillat-dev authored Dec 29, 2023
1 parent 800c81f commit f71f2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detailed_guides/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python3.9 -m pip install -r requirements.txt
```
**We recommend using python 3.9.**

OpenAI API Key (https://beta.openai.com/docs/api-reference/introduction)
OpenAI API Key (https://platform.openai.com/docs/api-reference/introduction)

Discord Bot Token (https://discord.com/developers/applications)

Expand Down

0 comments on commit f71f2ab

Please sign in to comment.