7f9010bc by RSA

fix

1 parent 792924ee
Showing 1 changed file with 2 additions and 2 deletions
......@@ -5,8 +5,8 @@ const cors = require('cors')
// Open AI Configuration
const configuration = new Configuration({
organization: "org-YgE1xiPAzhVmwwrtZnXIRyiF",
apiKey: "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",
organization: "org-organization",
apiKey: "sk-apiKey",
});
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!