mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Use dark theme by default
This commit is contained in:
parent
c2e0d46616
commit
28779cd959
@ -31,7 +31,7 @@ reload_inputs = [] # Parameters for reloading the chat interface
|
|||||||
need_restart = False
|
need_restart = False
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
'dark_theme': False,
|
'dark_theme': True,
|
||||||
'autoload_model': False,
|
'autoload_model': False,
|
||||||
'max_new_tokens': 200,
|
'max_new_tokens': 200,
|
||||||
'max_new_tokens_min': 1,
|
'max_new_tokens_min': 1,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dark_theme: false
|
dark_theme: True
|
||||||
autoload_model: false
|
autoload_model: false
|
||||||
max_new_tokens: 200
|
max_new_tokens: 200
|
||||||
max_new_tokens_min: 1
|
max_new_tokens_min: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user