Skip to content

Commit

Permalink
fix: increase max_length max to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Mar 16, 2024
1 parent 1dfef86 commit c861790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/apis/models/kobold_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __init__(self, api):
),
"max_length": fields.Integer(
min=16,
max=512,
max=1024,
default=80,
description="Number of tokens to generate.",
),
Expand Down

0 comments on commit c861790

Please sign in to comment.