mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
increase interrogate length
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user