mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 09:02:04 +00:00
interrogate max length increased
This commit is contained in:
parent
3752040165
commit
612c19afe7
1 changed files with 1 additions and 1 deletions
|
|
@ -3156,7 +3156,7 @@ ws ::= | " " | "\n" [ \t]{0,20}
|
|||
elif api_format==5:
|
||||
firstimg = genparams.get('image', "")
|
||||
genparams["images"] = [firstimg]
|
||||
genparams["max_length"] = 42
|
||||
genparams["max_length"] = 150
|
||||
adapter_obj = {} if chatcompl_adapter is None else chatcompl_adapter
|
||||
user_message_start = adapter_obj.get("user_start", "### Instruction:")
|
||||
assistant_message_start = adapter_obj.get("assistant_start", "### Response:")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue