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

Update [WARNING] #98

Open FlamingFury00 opened 1 year ago

FlamingFury00 commented 1 year ago

WARNING: This changes completely the UI in the Docker container (even in normal mode if you use Linux)

After a lot of troubleshooting, i was able to create a sort of "menu" to help users to use this program in a better and simple way.

STEPS TO USE THIS IN WINDOWS:

STEPS TO USE THIS IN LINUX:

Same as the Windows one, but you can use this even on a normal terminal without docker.

CHANGES:

I changed little things in the docker builder to adapt everything fine.

I hope this will help, but before merging check the whole thing to be sure nothing is wrong.


Spero possa essere utile, controllate bene prima di unire perchè potrebbe portare problemi visto che cambiano alcune cose :)

Questo potete usarlo anche come punto di partenza per quel menu che volevate fare che in base alle prestazioni scaricherà il modello LLM automaticamente (per la futura integrazione).

IntelligenzaArtificiale commented 1 year ago

Ottimo lavoro, anche se al momento ha funzionato solo su un PC windows. Su Linux e Mac da molti problemi questo nuovo update. Hai un computer con Ubuntu o OSX per fare più prove e sistemare i problemi di compatibilità ?

Con la tua soluzione precedente (qurlla già mergiata nel main ) ci hai aiutato a risolvere moltissimi problemi di compatibilità con windows . Se approviamo questa pull ci troveremo sommersi da ISSUe di Utenti Linux e MAC

FlamingFury00 commented 1 year ago

Ottimo lavoro, anche se al momento ha funzionato solo su un PC windows. Su Linux e Mac da molti problemi questo nuovo update. Hai un computer con Ubuntu o OSX per fare più prove e sistemare i problemi di compatibilità ?

Con la tua soluzione precedente (qurlla già mergiata nel main ) ci hai aiutato a risolvere moltissimi problemi di compatibilità con windows . Se approviamo questa pull ci troveremo sommersi da ISSUe di Utenti Linux e MAC

Purtroppo no, non ho un computer con Ubuntu. Ho il sottosistema in Windows e potrei provare con quello caso mai. Quindi se avviate direttamente menu.sh su Linux dà problemi? Se potete scrivermi l'errore che vi da, sarebbe molto utile.

Dumibogdan commented 1 year ago
  • Wait the opening process and when finished it will appear a "menu" in which you can select what agent to use, using numbers. So write a number and it will start the agent automatically

HI, could you please let me know if this error is new: I open it in container and then I get this: "[{ "resource": "/f:/Free-Auto-GPT/Free-Auto-GPT/.devcontainer/devcontainer.json", "owner": "_generated_diagnostic_collectionname#2", "code": "768", "severity": 4, "message": "Problems loading reference 'vscode://schemas/settings/machine': Unable to load schema from 'vscode://schemas/settings/machine': cannot open vscode://schemas/settings/machine. Detail: Unable to resolve text model content for resource vscode://schemas/settings/machine.", "startLineNumber": 1, "startColumn": 1, "endLineNumber": 1, "endColumn": 2 }]"

thank you for your reply

FlamingFury00 commented 1 year ago
  • Wait the opening process and when finished it will appear a "menu" in which you can select what agent to use, using numbers. So write a number and it will start the agent automatically

HI, could you please let me know if this error is new: I open it in container and then I get this: "[{ "resource": "/f:/Free-Auto-GPT/Free-Auto-GPT/.devcontainer/devcontainer.json", "owner": "_generated_diagnostic_collectionname#2", "code": "768", "severity": 4, "message": "Problems loading reference 'vscode://schemas/settings/machine': Unable to load schema from 'vscode://schemas/settings/machine': cannot open vscode://schemas/settings/machine. Detail: Unable to resolve text model content for resource vscode://schemas/settings/machine.", "startLineNumber": 1, "startColumn": 1, "endLineNumber": 1, "endColumn": 2 }]"

thank you for your reply

Hello. This is a strange error. Are you using Visual Studio Code? Did you install the "Dev Container" plugin on it? Did you follow all the steps? By the way, this is a fraction of the project i'm working right now for simplifing the use of this program to users. It's not finished and you don't have to use this. Download the original Repository and check if it works. Also if you have issues you should create one in the "Issues" section.