UI: add a "Show after" parameter (to use with DeepSeek </think>)

This commit is contained in:
oobabooga 2025-02-02 15:23:16 -08:00
parent 01c46f8b56
commit 0360f54ae8
5 changed files with 13 additions and 1 deletions

View file

@ -57,6 +57,7 @@ settings = {
'seed': -1,
'custom_stopping_strings': '',
'custom_token_bans': '',
'show_after': '',
'negative_prompt': '',
'autoload_model': False,
'dark_theme': True,