827420b8 by RSA

fix

1 parent 0634b3ad
API_KEY=
API_ORG=
OPENAI_API_ORG=
OPENAI_API_KEY=
SERVER_URL=
\ No newline at end of file
......
......@@ -5,8 +5,8 @@ const cors = require('cors')
// Open AI Configuration
const configuration = new Configuration({
organization: process.env.API_ORG,
apiKey: process.env.API_KEY,
organization: process.env.OPENAI_API_ORG,
apiKey: process.env.OPENAI_API_KEY,
});
const openai = new OpenAIApi(configuration);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!