AgentGPT-Web-GUI / setup.bat
dia-gov's picture
Upload 569 files
cd6f98e verified
@echo off
setlocal
rem The CLI will take care of setting up the ENV variables
cd cli || exit /b 1
call npm install
npm run start