Merge pull request #1678 from Significant-Gravitas/nponeccop-patch-1

Fix run.bat to use the new module
This commit is contained in:
Richard Beales
2023-04-15 20:00:57 +01:00
committed by GitHub

View File

@@ -4,5 +4,5 @@ if errorlevel 1 (
echo Installing missing packages...
pip install -r requirements.txt
)
python scripts/main.py %1
python -m autogpt %*
pause