mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
change reference from kobold horde to ai horde
This commit is contained in:
parent
ffad5be712
commit
073a279e70
1 changed files with 2 additions and 2 deletions
|
@ -2427,9 +2427,9 @@ def run_horde_worker(args, api_key, worker_name):
|
||||||
session_starttime = datetime.now()
|
session_starttime = datetime.now()
|
||||||
sleepy_counter = 0 #if this exceeds a value, worker becomes sleepy (slower)
|
sleepy_counter = 0 #if this exceeds a value, worker becomes sleepy (slower)
|
||||||
exitcounter = 0
|
exitcounter = 0
|
||||||
print(f"===\nEmbedded Horde Worker '{worker_name}' Starting...\n(To use your own KAI 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)")
|
||||||
BRIDGE_AGENT = f"KoboldCppEmbedWorker:2:https://github.com/LostRuins/koboldcpp"
|
BRIDGE_AGENT = f"KoboldCppEmbedWorker:2:https://github.com/LostRuins/koboldcpp"
|
||||||
cluster = "https://horde.koboldai.net"
|
cluster = "https://aihorde.net"
|
||||||
while exitcounter < 10:
|
while exitcounter < 10:
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
readygo = make_url_request_horde(f'{epurl}/api/v1/info/version', None,'GET')
|
readygo = make_url_request_horde(f'{epurl}/api/v1/info/version', None,'GET')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue