mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
More Horde setting fixing
This commit is contained in:
@@ -1358,7 +1358,7 @@ class system_settings(settings):
|
||||
if kai_name == "My Awesome Instance":
|
||||
kai_name = f"KoboldAI UI Instance #{random.randint(-100000000, 100000000)}"
|
||||
api_key = bridge_cd.api_key
|
||||
old_api_key = bridge_cd.api_key
|
||||
old_api_key = bridge_cd.old_api_key
|
||||
priority_usernames = bridge_cd.priority_usernames
|
||||
except:
|
||||
cluster_url = "https://horde.koboldai.net"
|
||||
|
Reference in New Issue
Block a user