FaustoNisida / Chatbot-Long-Short-Term-Memory

GPT-3 Chatbot with Long and Short Term Memory and advanced logic built in javascript with openai API - short and long memory, KYC, embeddings, openai, database, flexible, gpt-3.5-turbo, react
161 stars 37 forks source link

The gpt request fails #11

Open ghtg opened 1 year ago

ghtg commented 1 year ago

When I start the server and client everything works fine. I log in to the account successfully and as soon as I send the first message to chat, the server crashes. This is what it looks like in the console: npm run server

server@1.0.0 server node index.js

Example app ready node:internal/process/promises:289 triggerUncaughtException(err, true / fromPromise /); ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "function Error() { [native code] }".] { code: 'ERR_UNHANDLED_REJECTION' }

Node.js v19.1.0

After the 'Example app ready' line you can see the error that throws after i press 'Enter' in the chat page with message 'hi'