mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
horde advertised max ctx
This commit is contained in:
parent
f144b1f345
commit
299d6ce0ed
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue