mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 03:19:41 +00:00
updated lite
This commit is contained in:
parent
a439dcb38e
commit
8ab3eb89a8
3 changed files with 232 additions and 541 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue