@waylaidwanderer/chatgpt-api
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"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) |
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
23069