From 236d0e89556001084781ed08d6dea12ba78964ad Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 22 Jul 2023 12:29:22 +0800 Subject: [PATCH] add tip about using other workers --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 8b65b749d..bfec5e46a 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -1370,7 +1370,7 @@ def run_horde_worker(args, api_key, worker_name): current_id = None current_payload = None - print("Embedded Horde Worker '"+worker_name+"' Starting...") + 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" while exitcounter < 10: