mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
horde advertised max ctx
This commit is contained in:
+1
-1
@@ -4551,7 +4551,7 @@ def run_horde_worker(args, api_key, worker_name):
|
||||
"name": worker_name,
|
||||
"models": [friendlymodelname],
|
||||
"max_length": maxhordelen,
|
||||
"max_context_length": maxhordectx,
|
||||
"max_context_length": min(maxctx,maxhordectx),
|
||||
"priority_usernames": [],
|
||||
"softprompts": [],
|
||||
"bridge_agent": BRIDGE_AGENT,
|
||||
|
||||
Reference in New Issue
Block a user