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

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

enhancement

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

bug

![image](https://user-images.githubusercontent.com/92515662/230844700-f83491e1-551b-4fe1-9648-53ec210360ce.png)

bug

https://github.com/Torantulino/Auto-GPT I don't know if this is possible

enhancement

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

bug

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

bug

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

bug

After a very long conversation, I found this error. Is there any way to solve this problem now? Or is this the limit? ![1](https://user-images.githubusercontent.com/65698409/230787950-0f918aef-7063-4325-b1dd-c36b625b080b.png)

question

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

bug

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

more investigation/info needed