mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Add a new 'Reasoning effort' UI element
This commit is contained in:
parent
6bb8212731
commit
498778b8ac
6 changed files with 13 additions and 2 deletions
|
|
@ -43,6 +43,7 @@ class GenerationOptions(BaseModel):
|
|||
ban_eos_token: bool = False
|
||||
add_bos_token: bool = True
|
||||
enable_thinking: bool = True
|
||||
reasoning_effort: str = "medium"
|
||||
skip_special_tokens: bool = True
|
||||
static_cache: bool = False
|
||||
truncation_length: int = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue