Comparing version 1.1.0 to 1.1.1
@@ -47,2 +47,3 @@ "use strict"; | ||
}); | ||
console.log('Reconfiguring with key ', process.env.OPENAI_API_KEY); | ||
openai = new openai_1.OpenAIApi(configuration); | ||
@@ -49,0 +50,0 @@ } |
{ | ||
"name": "socrate", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Hrishi Olickel <hrishi[@]grey-wing.com> (https://olickel.com)", | ||
@@ -5,0 +5,0 @@ "description": "A discussion room for using GPT personalities with internal monologues to debate problems. Provide a problem to start, or customize the settings of the debate room. Custom agents incoming!", |
@@ -36,2 +36,4 @@ import * as dotenv from "dotenv"; | ||
console.log('Reconfiguring with key ',process.env.OPENAI_API_KEY) | ||
openai = new OpenAIApi(configuration); | ||
@@ -38,0 +40,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184011
2285
25