Changed Play.Bat to use our own Miniconda3

This commit is contained in:
henk717
2021-06-06 15:02:03 +02:00
committed by GitHub
parent 6a9587b61d
commit 2f10059cd2

View File

@@ -1 +1,5 @@
start cmd /k py -3 aiserver.py
@echo off
TITLE KoboldAI - Client
call miniconda3\condabin\activate
python aiserver.py
cmd /k