diff --git a/play.bat b/play.bat index 2d9db428..a6ab3e36 100644 --- a/play.bat +++ b/play.bat @@ -1 +1,5 @@ -start cmd /k py -3 aiserver.py \ No newline at end of file +@echo off +TITLE KoboldAI - Client +call miniconda3\condabin\activate +python aiserver.py +cmd /k