Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@waylaidwanderer/chatgpt-api

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waylaidwanderer/chatgpt-api - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "@waylaidwanderer/chatgpt-api",
"version": "1.1.1",
"version": "1.1.2",
"description": "A ChatGPT implementation using the official ChatGPT model via OpenAI's API.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -57,3 +57,3 @@ # ChatGPT API Server

// Options for the Keyv cache, see https://www.npmjs.com/package/keyv
// This is used for storing conversations, and supports additional drivers
// This is used for storing conversations, and supports additional drivers (conversations are stored in memory by default)
};

@@ -100,3 +100,3 @@

// Options for the Keyv cache, see https://www.npmjs.com/package/keyv
// This is used for storing conversations, and supports additional drivers
// This is used for storing conversations, and supports additional drivers (conversations are stored in memory by default)
cacheOptions: {},

@@ -103,0 +103,0 @@ // The port the server will run on (optional, defaults to 3000)

@@ -19,3 +19,3 @@ export default {

// Options for the Keyv cache, see https://www.npmjs.com/package/keyv.
// This is used for storing conversations, and supports additional drivers
// This is used for storing conversations, and supports additional drivers (conversations are stored in memory by default)
cacheOptions: {},

@@ -22,0 +22,0 @@ // The port the server will run on (optional, defaults to 3000)

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc