node-chatgpt-api
node-chatgpt-api copied to clipboard
A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.
**Describe the bug** I'm using BingAIClient. After several successful queries, the API server returns error code `503` with the error message: `{"error":"null"}`. Please help~ **Screenshots**  **Node.js version (please complete...
**Describe the bug** If the message type equals 'InternalLoaderMessage', the constant value "difference" is incorrect. It will lost some tokens. **To Reproduce** Steps to reproduce the behavior: 1. Use BingAIClient...
hi! I ran this command, ChatGPT-cli --settings=setting.js, and got an error: Error: /turing/conversation/create: failed to parse response body. ## settings.js: module.exports = { // Keyv缓存的选项,详见https://www.npmjs.com/package/keyv。 // 用于存储对话的缓存,支持额外的驱动程序(默认情况下,对话存储在内存中)。 // 仅在使用“ChatGPTClient”或“BingAIClient”处于越狱模式时才需要。 cacheOptions:...
Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.7.0 to 2.8.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [undici](https://github.com/nodejs/undici) from 5.25.4 to 6.3.0. Release notes Sourced from undici's releases. v6.3.0 What's Changed Clear all timeout on destroy and close by @mcollina in nodejs/undici#2535 ConnectOptions should include 'origin'...
Bumps [fastify](https://github.com/fastify/fastify) from 4.23.2 to 4.25.2. Release notes Sourced from fastify's releases. v4.25.2 What's Changed fix: npm run test:watch by @domdomegg in fastify/fastify#5221 fix: always consume stream payloads when responding...
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.3.0 to 8.5.0. Release notes Sourced from @fastify/cors's releases. v8.5.0 What's Changed chore(deps): bump mnemonist from 0.39.5 to 0.39.6 by @dependabot in fastify/fastify-cors#283 Revert "fix: support for...
**Describe the bug** Tried using the example but got this error instead Success: null **To Reproduce** Steps to reproduce the behavior: Use the example **Expected behavior** A clear and concise...
Unhandled Exception ---> ClientSecretCredential authentication failed: A configuration issue is preventing authentication - check the error message from the server for details. You can modify the configuration in the application...