Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update [WARNING] #98

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FlamingFury00
Copy link
Contributor

@FlamingFury00 FlamingFury00 commented May 10, 2023

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:

  • First complete the .env file with the tokens you have got
  • Open Docker Desktop
  • Open Visual Studio Code in the project folder by right-clicking on it and selecting "Open in Visual Studio Code". After it's opened wait until appears the "Rebuild in Container" button in bottom right and click it
  • 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.

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).

@FlamingFury00 FlamingFury00 marked this pull request as ready for review May 10, 2023 16:50
@IntelligenzaArtificiale
Copy link
Owner

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
Copy link
Contributor Author

FlamingFury00 commented May 11, 2023

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.

@FlamingFury00 FlamingFury00 marked this pull request as draft May 12, 2023 11:41
@Dumibogdan
Copy link

  • 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_collection_name#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
Copy link
Contributor Author

FlamingFury00 commented May 12, 2023

  • 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_collection_name#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants