Add a "dark_theme" option to settings.json (#2288)

This commit is contained in:
Gabriel Terrien 2023-05-23 00:45:11 +02:00 committed by GitHub
parent c5446ae0e2
commit 0f51b64bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

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