First run of Auto-GPT on your machine
To run Auto-GPT, you need to use one of the commands, depending on your OS. Use run.sh
for Linux or macOS, and run.bat
for Windows. Alternatively, you can just run the following on your console. Navigate into the Auto-GPT folder (not the one inside – I know the folder structure can be misleading sometimes), and execute the following:
python -m autogpt
You may also execute the “autogpt.bat” or “autogpt.sh” script inside the “autogpts/autogpt” folder.
If you are not sure whether your default Python is Python 3.10, or if the preceding command returns an error, you can check that with the python –V
command. Should you get anything but Python 3.10, you can run this instead:
python3.10 -m autogpt
For any OS, you can also use docker-compose
if you have Docker installed.
You can also pass some arguments to customize your Auto-GPT experience, such as the following:
–gpt3only...