Comparing version 1.1.1 to 1.1.2
@@ -31,4 +31,6 @@ #!/usr/bin/env node | ||
const startingvalues_1 = require("./startingvalues"); | ||
const base_1 = require("./gpt/base"); | ||
dotenv.config({ path: startingvalues_1.ENV_FILE_LOCATION }); | ||
(0, startingvalues_1.checkForStartingValuesAndSave)().then(() => { | ||
(0, base_1.reconfigureGPT)(); | ||
const args = (0, ts_command_line_args_1.parse)({ | ||
@@ -35,0 +37,0 @@ problem: { |
{ | ||
"name": "socrate", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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!", |
@@ -9,5 +9,7 @@ #!/usr/bin/env node | ||
import { ENV_FILE_LOCATION, checkForStartingValuesAndSave } from './startingvalues'; | ||
import { reconfigureGPT } from './gpt/base'; | ||
dotenv.config({path: ENV_FILE_LOCATION}); | ||
checkForStartingValuesAndSave().then(() => { | ||
reconfigureGPT(); | ||
const args = parse<DebateArguments>( | ||
@@ -14,0 +16,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
184188
2289