llm-agent-backend/run-llm-backend.bat

5 lines
76 B
Batchfile

chcp 65001
cd /d "%~dp0"
call "env\Scripts\activate.bat"
python run.py
pause