From 6b300699bfb81445bb472cf9f576a3460d5d9d1e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 14:36:39 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/models/inference.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/studio/backend/models/inference.py b/studio/backend/models/inference.py index 59fd7209e2..69f5e9a991 100644 --- a/studio/backend/models/inference.py +++ b/studio/backend/models/inference.py @@ -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(