pascalroget / whatsgpt

WhatsApp Bot for ChatGPT with multiple user support
MIT License
91 stars 32 forks source link

ChatGPTError: ChatGPTAPI error 400 #15

Open DarkShadow-ctrl opened 1 year ago

DarkShadow-ctrl commented 1 year ago

The issue is bellow. After ignoring some WhatsApp-web items, the next wall I hit is this. Did anyone find a fix for this?

Creating new conversation for 4915112443532@c.us file:///Users/user/Downloads/whatsgpt-main-5/node_modules/chatgpt/build/index.js:1604 const error = new ChatGPTError(result.error.message); ^

ChatGPTError: ChatGPTAPI error 400 at ChatGPTAPIBrowser.sendMessage (file:///Users/user/Downloads/whatsgpt-main-5/node_modules/chatgpt/build/index.js:1604:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///Users/user/Downloads/whatsgpt-main-5/index.js:87:24 { statusCode: 400, statusText: '' }