mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Model: Cleanup logging and remove extraneous declarations
Log the parameters passed into the generate gen function rather than the generation settings to reduce complexity. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
@@ -165,7 +165,7 @@ class BaseSamplerRequest(BaseModel):
|
||||
"rep_pen_range",
|
||||
),
|
||||
description=(
|
||||
"Aliases: repetition_range, repetition_penalty_range, " "rep_pen_range"
|
||||
"Aliases: repetition_range, repetition_penalty_range, rep_pen_range"
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user