Skip to content
Snippets Groups Projects
Commit 8947e630 authored by timothycarambat's avatar timothycarambat
Browse files

remove org id

parent f0fd91db
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ class OpenAi { ...@@ -3,7 +3,7 @@ class OpenAi {
constructor() { constructor() {
const config = new Configuration({ const config = new Configuration({
apiKey: process.env.OPEN_AI_KEY, apiKey: process.env.OPEN_AI_KEY,
organization: "org-amIuvAIIcdUmN5YCiwRayVfb", // organization: "org-123xyz", // Optional
}); });
const openai = new OpenAIApi(config); const openai = new OpenAIApi(config);
this.openai = openai; this.openai = openai;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment