waylaidwanderer / node-chatgpt-api

A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.
https://www.npmjs.com/package/@waylaidwanderer/chatgpt-api
MIT License
4.19k stars 738 forks source link

On the very first request "Slow Down" Error for chatGptBrowserClient #506

Open beshoo opened 9 months ago

beshoo commented 9 months ago
   ╔═══════════════╗
   ║  ChatGPT CLI  ║
   ╚═══════════════╝

Type "!" to access the command menu.
? Write a message: hi
Error: Failed to send message. HTTP 429 - {"error": "slow down"}
    at onopen (file:///D:/whatsapp/gpt_api/src/ChatGPTClient.js:206:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async create (file:///D:/whatsapp/gpt_api/node_modules/@waylaidwanderer/fetch-event-source/lib/esm/fetch.js:53:17) {
  status: 429,
  json: { error: 'slow down' }
}
Type "!" to access the command menu.
? Write a message:
ChungVut commented 9 months ago

same here. Have you solved it?