[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-26 14:36:39 +00:00
commit 6b300699bf

View file

@ -897,16 +897,13 @@ class ChatCompletionRequest(BaseModel):
dynatemp_range: Optional[float] = Field(
None,
ge = 0.0,
description = (
"llama.cpp `dynatemp_range`. 0.0 disables. Local only."
),
description = ("llama.cpp `dynatemp_range`. 0.0 disables. Local only."),
)
dynatemp_exponent: Optional[float] = Field(
None,
ge = 0.0,
description = (
"llama.cpp `dynatemp_exponent`. Local only; pairs with "
"dynatemp_range."
"llama.cpp `dynatemp_exponent`. Local only; pairs with " "dynatemp_range."
),
)
mirostat: Optional[int] = Field(