Added proper model name for horde

This commit is contained in:
ebolam
2023-05-25 18:46:35 -04:00
parent adb77b8651
commit 0659b5062b

View File

@@ -29,6 +29,7 @@ class model_backend(InferenceModel):
self.url = "https://horde.koboldai.net"
self.key = "0000000000"
self.models = self.get_cluster_models()
self.model_name = "Horde"
# Do not allow API to be served over the API