Add a "dark_theme" option to settings.json (#2288)
This commit is contained in:
parent
c5446ae0e2
commit
0f51b64bb3
3 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,7 @@ reload_inputs = [] # Parameters for reloading the chat interface
|
|||
need_restart = False
|
||||
|
||||
settings = {
|
||||
'dark_theme': False,
|
||||
'autoload_model': True,
|
||||
'max_new_tokens': 200,
|
||||
'max_new_tokens_min': 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue