mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-12 08:36:28 +01:00
6 lines
94 B
Batchfile
6 lines
94 B
Batchfile
@echo off
|
|
TITLE KoboldAI - Client
|
|
call miniconda3\condabin\activate
|
|
python aiserver.py
|
|
cmd /k
|