From dd3f8dabed3b4563836f63b21f44210d2e91735d Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 22 Jul 2023 12:42:40 +0800 Subject: [PATCH] updated cluster to horde.koboldai.net --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index bfec5e46a..32099d572 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -1372,7 +1372,7 @@ def run_horde_worker(args, api_key, worker_name): current_payload = None print("Embedded Horde Worker '"+worker_name+"' Starting...\n(To use your own KAI Bridge/Scribe worker instead, don't set your API key)") BRIDGE_AGENT = f"KoboldCppEmbedWorker:1:https://github.com/LostRuins/koboldcpp" - cluster = "https://aihorde.net" + cluster = "https://horde.koboldai.net" while exitcounter < 10: time.sleep(2) readygo = make_url_request(f'http://localhost:{args.port}/api/v1/info/version', None,'GET')