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

autogpt doesn't write on file #56

Closed iSte94 closed 1 year ago

iSte94 commented 1 year ago

Why AUTOGPT doesn't write on file? And also, it is connected to internet?

IntelligenzaArtificiale commented 1 year ago

At the moment it works on virtual directories. It has internet access through the duckduck search engine.

Before releasing the version that actually creates files on your pc we have to create a very big disclaimer.

If you want to independently investigate the issue and give him access to your computer, you can learn more here: https://python.langchain.com/en/latest/modules/agents/tools/examples/filesystem.html

If you don't believe we have manually implemented internet access you can check for yourself.

AUTOgPT current tool

iSte94 commented 1 year ago

Is it possibile to have a code already compiled by you that gives the permissions to chatgpt?