mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
increase interrogate length
This commit is contained in:
parent
5ca267dc9c
commit
0c381f9ded
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ def transform_genparams(genparams, api_format):
|
|||
elif api_format==5:
|
||||
firstimg = genparams.get('image', "")
|
||||
genparams["images"] = [firstimg]
|
||||
genparams["max_length"] = 32
|
||||
genparams["max_length"] = 42
|
||||
genparams["prompt"] = "### Instruction: In one sentence, write a descriptive caption for this image.\n### Response:"
|
||||
|
||||
return genparams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue