@waylaidwanderer/chatgpt-api
Advanced tools
Comparing version 1.12.2 to 1.13.0
{ | ||
"name": "@waylaidwanderer/chatgpt-api", | ||
"version": "1.12.2", | ||
"version": "1.13.0", | ||
"description": "A ChatGPT implementation using the official ChatGPT model via OpenAI's API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ import './fetch-polyfill.js'; | ||
const CHATGPT_MODEL = 'text-chat-davinci-002-20221122'; | ||
const CHATGPT_MODEL = 'text-chat-davinci-002-sh-alpha-aoruigiofdj83'; | ||
@@ -10,0 +10,0 @@ export default class ChatGPTClient { |
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
206975