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.
**Is your feature request related to a problem? Please describe.** The CLI interface submits the prompts with enter, which makes it hard to input multiline prompts, and a newline character...
**Describe the bug** When AI responds multiple times at once,All replies except for the first reply's first character will disappear, and only the last reply will be displayed and recorded....

https://github.com/Torantulino/Auto-GPT I don't know if this is possible
TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11457:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at runNextTicks (node:internal/process/task_queues:64:3) at listOnTimeout (node:internal/timers:540:9) at process.processTimers (node:internal/timers:514:7) at async create (file:///home/juno/Downloads/node-chatgpt-api/node_modules/@waylaidwanderer/fetch-event-source/lib/esm/fetch.js:52:34) { cause: Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout at...
Error: Timed out waiting for response. Try enabling debug mode to see more information. at Timeout._onTimeout (file:///C:/Users/Administrator/Downloads/Compressed/node-chatgpt-api-main/src/BingAIClient.js:366:24) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) Error: Timed out waiting for response. Try...
**Describe the bug** ``` 2023-04-08T03:25:55.884442914Z Error: Unexpected message author: user. 2023-04-08T03:25:55.884490315Z at WebSocket. (file:///var/chatgpt-api/src/BingAIClient.js:446:36) 2023-04-08T03:25:55.884499215Z at WebSocket.emit (node:events:525:35) 2023-04-08T03:25:55.884505315Z at Receiver.receiverOnMessage (/var/chatgpt-api/node_modules/ws/lib/websocket.js:1184:20) 2023-04-08T03:25:55.884512315Z at Receiver.emit (node:events:513:28) 2023-04-08T03:25:55.884518015Z at Receiver.dataMessage (/var/chatgpt-api/node_modules/ws/lib/receiver.js:541:14)...
After a very long conversation, I found this error. Is there any way to solve this problem now? Or is this the limit? 
I have use this for some time,it works fine. But it return “Sorry ,you need to login first to access this service” today. it looks like my _U has some...
I noticed that the Bing for Edge sidebar works differently than the one on bing.com. For starters, I think it doesn't have a conversation limit, and it has a less...