updated lite

This commit is contained in:
Concedo 2024-11-21 10:43:48 +08:00
parent a439dcb38e
commit 8ab3eb89a8
3 changed files with 232 additions and 541 deletions

View file

@ -3699,7 +3699,7 @@ def run_horde_worker(args, api_key, worker_name):
session_starttime = datetime.now()
sleepy_counter = 0 #if this exceeds a value, worker becomes sleepy (slower)
exitcounter = 0
print(f"===\nEmbedded Horde Worker '{worker_name}' Starting...\n(To use your own Horde Bridge/Scribe worker instead, don't set your API key)")
print(f"===\nEmbedded Horde Worker '{worker_name}' Starting...\n(To use your own Horde Bridge/Scribe worker instead, don't set your API key)\n")
BRIDGE_AGENT = f"KoboldCppEmbedWorker:2:https://github.com/LostRuins/koboldcpp"
cluster = "https://aihorde.net"
while exitcounter < 10: