diff --git a/notclyde.js b/notclyde.js index 5181aa8..f357e18 100644 --- a/notclyde.js +++ b/notclyde.js @@ -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;