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
commit f38034bd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ model_menu = {
["InferKit API (requires API key)", "InferKit", "", False], ["InferKit API (requires API key)", "InferKit", "", False],
# ["KoboldAI Server API (Old Google Colab)", "Colab", "", False], # ["KoboldAI Server API (Old Google Colab)", "Colab", "", False],
["KoboldAI API", "API", "", False], ["KoboldAI API", "API", "", False],
["KoboldAI Cluster", "CLUSTER", "", False], ["KoboldAI Horde", "CLUSTER", "", False],
["Return to Main Menu", "mainmenu", "", True], ["Return to Main Menu", "mainmenu", "", True],
] ]
} }