mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45: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
|
|
@ -211,6 +211,7 @@ settings = {
|
|||
'ban_eos_token': False,
|
||||
'add_bos_token': True,
|
||||
'enable_thinking': True,
|
||||
'reasoning_effort': 'medium',
|
||||
'skip_special_tokens': True,
|
||||
'stream': True,
|
||||
'static_cache': False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue