UI: Add an enable_thinking option to enable/disable Qwen3 thinking

This commit is contained in:
oobabooga 2025-04-28 22:37:01 -07:00
parent 1ee0acc852
commit d10bded7f8
7 changed files with 52 additions and 11 deletions

View file

@ -198,6 +198,7 @@ def list_interface_input_elements():
'auto_max_new_tokens',
'ban_eos_token',
'add_bos_token',
'enable_thinking',
'skip_special_tokens',
'stream',
'static_cache',