Skip to content

Commit

Permalink
Update kobold_v2.py (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyroserenus authored Feb 28, 2024
1 parent 2af1777 commit 3ba1b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde/apis/models/kobold_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def __init__(self, api):
),
),
"min_p": fields.Float(description="Min-p sampling value.", min=0.0, default=0.0, max=1.0),
"smoothing_factor": fields.Float(description="Quadratic sampling value.", min=0.0, default=0.0, max=10.0),
"dynatemp_range": fields.Float(
description="Dynamic temperature range value.",
min=0.0,
Expand Down

0 comments on commit 3ba1b45

Please sign in to comment.