miurla / babyagi-ui

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.
https://babyagi-ui.vercel.app
MIT License
1.32k stars 281 forks source link

Uncaught (in promise) Error - Agente: BabyElfAGI #141

Closed johnfelipe closed 1 year ago

johnfelipe commented 1 year ago

SNAG-0398

Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

miurla commented 1 year ago

It seems that you are receiving a 429 error from the OpenAI API. This indicates that you have reached the rate limit. https://help.openai.com/en/articles/6891829-error-code-429-rate-limit-reached-for-requests

Could you please check the following items?

You are sharing your API key with other users or applications. You are using a free plan that has a low rate limit.

johnfelipe commented 1 year ago

Bro i have new API, only created for this, and still with error:

Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
miurla commented 1 year ago

Has the error from OpenAI API been resolved?

image
johnfelipe commented 1 year ago

with not pay account and with pay account have issues, pls view this video:

deleted link

miurla commented 1 year ago

150

There was a case where unusable skills were being generated as tasks.
 Can you check if I’ve made the corrections?

johnfelipe commented 1 year ago

https://drive.google.com/file/d/11dHrF2pBN1Bv0pY8Itq0Dogd2-iV3o0n/view?usp=drivesdk

with free acount not works with pay account works but results havent context with question

miurla commented 1 year ago

with free acount not works

It would not work on this account as there seems to be no free credit.

with pay account works but results havent context with question

image
miurla commented 1 year ago

This issue itself is closed as it has been resolved. The remaining bugs will be passed on to another issue.