diff --git a/commandline.bat b/commandline.bat index 001c0bae..d25da157 100644 --- a/commandline.bat +++ b/commandline.bat @@ -1,5 +1,7 @@ @echo off cd /D %~dp0 +SET CONDA_SHLVL= + TITLE CMD for KoboldAI Runtime SET /P M=nul cd /D %~dp0 +SET CONDA_SHLVL= if exist miniconda3\ ( echo Delete existing installation? diff --git a/play.bat b/play.bat index 4e54fbba..a44f0afa 100644 --- a/play.bat +++ b/play.bat @@ -1,5 +1,7 @@ @echo off cd /D %~dp0 +SET CONDA_SHLVL= + TITLE KoboldAI - Server SET /P M=