mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-23 13:50:25 +01:00
736bd03161
Added cls line to remove error message if miniconda is not being used.
7 lines
98 B
Batchfile
7 lines
98 B
Batchfile
@echo off
|
|
TITLE KoboldAI - Client
|
|
call miniconda3\condabin\activate
|
|
cls
|
|
python aiserver.py
|
|
cmd /k
|