Update notclyde.js

This commit is contained in:
ayeuhugyu 2023-11-08 11:53:23 -08:00
parent 322dbce74c
commit ddbaa65a16

View file

@ -6,7 +6,7 @@ import readline from "readline";
const configuration = new Configuration({
organization: "org-0nmrFWw6wSm6xIJXSbx4FpTw",// platform.openai.com/account/org-settings
apiKey: "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", // platform.openai.com/account/api-keys
});
}); // you fuckin idiots this aint my api key i found it from some random website
const openai = new OpenAIApi(configuration);
const prefix = process.env.PREFIX;