From 4bcffc614e998ae47663a1bf621355f115432455 Mon Sep 17 00:00:00 2001 From: henk717 Date: Sun, 14 Nov 2021 01:57:43 +0100 Subject: [PATCH] Allow directly running KoboldAI from CLI in Linux Its made for Python3, so we assume python3 is installed in its usual location. If it isn't you can always run it yourself with whatever command you used prior to this change. --- aiserver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aiserver.py b/aiserver.py index ab95c681..4f228bdf 100644 --- a/aiserver.py +++ b/aiserver.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 #==================================================================# # KoboldAI # Version: 1.16.4