node-chatgpt-api icon indicating copy to clipboard operation
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.

Results 85 node-chatgpt-api issues
Sort by recently updated
recently updated
newest added

**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** ![image](https://github.com/waylaidwanderer/node-chatgpt-api/assets/50191547/3d8a12db-1e76-45f5-ac68-9cd5a9e8dbbf) **Node.js version (please complete...

bug

**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...

bug

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:...

bug

Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.7.0 to 2.8.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@keyv/redis&package-manager=npm_and_yarn&previous-version=2.7.0&new-version=2.8.3)](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...

dependencies

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'...

dependencies

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...

dependencies

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...

dependencies

**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...

bug

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...

bug