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.44k stars 383 forks source link

AUTOGPT model attempts to write a file but no success #69

Closed averagenewbie2023 closed 1 year ago

averagenewbie2023 commented 1 year ago

I tried asking autogpt to create a sample.py that prints "Hello" and then let it run for about an hour.

it kept trying to write the file using write_file. There was time it thought it had created the file successfully and then attempted to write the file or search the internet on how to write a python file again.

It was stuck in the loop.... 'attempting to write the file' --->'thinking it has written a file successfully' --->'search the internet'--->'back to writing the file again'

I use Docker/Visual Studio Code to run the script.

IntelligenzaArtificiale commented 1 year ago

Duplicate https://github.com/IntelligenzaArtificiale/Free-AUTO-GPT-with-NO-API/issues/56#issue-1693190540