WAppAI / assistant

A WhatsApp chatbot that leverages Bing AI's and others LLMs conversational capabilities.
MIT License
92 stars 30 forks source link

Sydney frequently crashes when she times out. #120

Closed dinushay closed 1 year ago

dinushay commented 1 year ago
file:///root/sydney-whatsapp-chatbot-2/node_modules/@waylaidwanderer/chatgpt-api/src/BingAIClient.js:407
                reject(new Error('Timed out waiting for response. Try enabling debug mode to see more information.'));
                       ^
Error: Timed out waiting for response. Try enabling debug mode to see more information.
    at Timeout._onTimeout (file:///root/sydney-whatsapp-chatbot-2/node_modules/@waylaidwanderer/chatgpt-api/src/BingAIClient.js:407:24)
    at listOnTimeout (node:internal/timers:569:17)
    at processTimers (node:internal/timers:512:7)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Luisotee commented 1 year ago

Tagged this as duplicate since I am pretty sure this is caused by the same issue as #119 .