Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aliabid94/AutoGPT
zee2221
/
AutoGPT
like
0
Sleeping
App
Files
Files
Community
main
AutoGPT
/
run.bat
zee2221
Duplicate from aliabid94/AutoGPT
2021719
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
187 Bytes
@
echo
off
python scripts/check_requirements.py requirements.txt
if
errorlevel
1
(
echo
Installing missing packages...
pip install -r requirements.txt
)
python -m autogpt %*
pause