IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.43k stars 382 forks source link

Couple Issues #150

Open neekohuncho opened 12 months ago

neekohuncho commented 12 months ago

When running bots:

raise RuntimeError('This event loop is already running') RuntimeError: This event loop is already running sys:1: RuntimeWarning: coroutine 'AsyncChatbot.create' was never awaited

Other issue when running bots: AttributeError: 'Login' object has no attribute 'saveCookies'. Did you mean: 'saveCookiesToDir'?