KoboldAI-Client/play.bat
KoboldAI Dev 736bd03161
Update play.bat
Added cls line to remove error message if miniconda is not being used.
2021-06-08 03:50:31 -04:00

7 lines
98 B
Batchfile

@echo off
TITLE KoboldAI - Client
call miniconda3\condabin\activate
cls
python aiserver.py
cmd /k