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.0 to 1.1.1

1

dist/gpt/base.js

@@ -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 @@ }

2

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

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