mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +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
|
|
@ -215,6 +215,7 @@ def list_interface_input_elements():
|
|||
'ban_eos_token',
|
||||
'add_bos_token',
|
||||
'enable_thinking',
|
||||
'reasoning_effort',
|
||||
'skip_special_tokens',
|
||||
'stream',
|
||||
'static_cache',
|
||||
|
|
@ -482,6 +483,7 @@ def setup_auto_save():
|
|||
'ban_eos_token',
|
||||
'add_bos_token',
|
||||
'enable_thinking',
|
||||
'reasoning_effort',
|
||||
'skip_special_tokens',
|
||||
'stream',
|
||||
'static_cache',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue