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.33.1 to 1.33.2

2

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

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

@@ -319,3 +319,3 @@ import './fetch-polyfill.js';

text: jailbreakConversationId ? 'Continue the conversation' : message,
messageType: 'SearchQuery',
messageType: jailbreakConversationId ? 'SearchQuery' : 'Chat',
},

@@ -322,0 +322,0 @@ conversationSignature,

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