CoolFace
Apppublic

Bitsak/AutoGPT2

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
run.bat9 linesDownload Raw Back to root
1@echo off2python scripts/check_requirements.py requirements.txt3if errorlevel 1 (4    echo Installing missing packages...5    pip install -r requirements.txt6)7python -m autogpt %*8pause9