Closed gpadvorac closed 1 year ago
Using the node.js sample exaclty as-is with a good key, this line executes due to a status code 500:
message: "OpenAI API key not configured, please follow instructions in README.md",
I just created a new key and added it to the .env file like this:
OPENAI_API_KEY=k-5ybezAX9xxxxx_mykey
See above
Windows 11
Node v16.16.0
Dumb user error: I did not copy the complete key
Describe the bug
Using the node.js sample exaclty as-is with a good key, this line executes due to a status code 500:
message: "OpenAI API key not configured, please follow instructions in README.md",
I just created a new key and added it to the .env file like this:
OPENAI_API_KEY=k-5ybezAX9xxxxx_mykey
To Reproduce
See above
OS
Windows 11
Node version
Node v16.16.0