From 9463474ce4769b468bf8d3dc7abdbfb9930dd500 Mon Sep 17 00:00:00 2001 From: Divided by Zer0 Date: Fri, 2 Sep 2022 00:23:29 +0200 Subject: [PATCH] renamed cluster to horde --- aiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiserver.py b/aiserver.py index d9acbf81..67aeedd5 100644 --- a/aiserver.py +++ b/aiserver.py @@ -217,7 +217,7 @@ model_menu = { ["InferKit API (requires API key)", "InferKit", "", False], # ["KoboldAI Server API (Old Google Colab)", "Colab", "", False], ["KoboldAI API", "API", "", False], - ["KoboldAI Cluster", "CLUSTER", "", False], + ["KoboldAI Horde", "CLUSTER", "", False], ["Return to Main Menu", "mainmenu", "", True], ] }