@waylaidwanderer/chatgpt-api
Advanced tools
Comparing version 1.33.1 to 1.33.2
{ | ||
"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, |
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
1087318