horde advertised max ctx

This commit is contained in:
Concedo 2025-02-16 11:59:08 +08:00
parent f144b1f345
commit 299d6ce0ed

View file

@ -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,