[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
60085606a7
commit
6b300699bf
1 changed files with 2 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue