Merge pull request #199 from db0/horde

Renamed KoboldAI Cluster to KoboldAI Horde
This commit is contained in:
henk717
2022-09-02 00:26:12 +02:00
committed by GitHub

View File

@ -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],
]
}