-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add proper way to install and run in the README after the changes from …
- Loading branch information
1 parent
6f8e976
commit 25a6c31
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25a6c31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Windows users: Instead of using export OPENAI_API_KEY=[your api key] (as you would in Unix-based systems), you should use setx OPENAI_API_KEY "<your_key>". Remember to replace <your_key> with your actual OpenAI API key. After making this change, you may need to restart your terminal or command session for the changes to take effect.
25a6c31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@promptDeveloper
export OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxx
in your terminal.Although some people are asking for
.env
support it is not available for now.