From 2f10059cd21bca311346f693e1db7a1cc35a4d58 Mon Sep 17 00:00:00 2001 From: henk717 Date: Sun, 6 Jun 2021 15:02:03 +0200 Subject: [PATCH] Changed Play.Bat to use our own Miniconda3 --- play.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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