Add a new 'Reasoning effort' UI element

This commit is contained in:
oobabooga 2025-08-05 15:19:11 -07:00
parent 6bb8212731
commit 498778b8ac
6 changed files with 13 additions and 2 deletions

View file

@ -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,