Socket
Socket
Sign inDemoInstall

socrate

Package Overview
Dependencies
37
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

dist/socrate.js

@@ -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: {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc