UPDATE README.md #591
C0FF33P4G3
started this conversation in
Ideas
Replies: 2 comments
-
I had the same problem, and the way I solved it is by using this: $env:OPENAI_API_KEY="[your api key]" on powershell |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ohhhhh I appreciate your email back I get you thank you very much I will
fix it.
…On Tue, 15 Aug 2023, 06:15 Alin, ***@***.***> wrote:
I had the same problem, and the way I solved it is by using this:
$env:OPENAI_API_KEY="[your api key]" on powershell
My mistake was that I was using "set" on Powershell when it was meant for
cmd
—
Reply to this email directly, view it on GitHub
<#591 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3IANMPI7IMSEBIBFTFAOSDXVLZUZANCNFSM6AAAAAA3QE64EU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently tried using it by following the steps in the README.md file and it does not work, please update the file.
I keep getting this error when i try to export/set the API key
openai.error.AuthenticationError: No API key provided. You can set your API key in code using 'openai.api_key = ', or you can set the environment variable OPENAI_API_KEY=). If your API key is stored
in a file, you can point the openai module at it with 'openai.api_key_path = '. You can generate API keys in the OpenAI web interface. See https://platform.openai.com/account/api-keys for details.
Beta Was this translation helpful? Give feedback.
All reactions