mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
remove org id
This commit is contained in:
parent
f0fd91db6f
commit
8947e63042
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class OpenAi {
|
|||
constructor() {
|
||||
const config = new Configuration({
|
||||
apiKey: process.env.OPEN_AI_KEY,
|
||||
organization: "org-amIuvAIIcdUmN5YCiwRayVfb",
|
||||
// organization: "org-123xyz", // Optional
|
||||
});
|
||||
const openai = new OpenAIApi(config);
|
||||
this.openai = openai;
|
||||
|
|
Loading…
Add table
Reference in a new issue