diff --git a/config.conf b/config.conf index e1882fbff..b23acee92 100644 --- a/config.conf +++ b/config.conf @@ -1,6 +1,6 @@ const port = 8000; -const whitelist = ['127.0.0.1']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10'] +const whitelist = ['127.0.0.1','192.168.0.*']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10'] const whitelistMode = false; //Disabling enabling the ip whitelist mode. true/false const autorun = true; //Autorun in the browser. true/false const enableExtensions = true; //Enables support for TavernAI-extras project diff --git a/public/apple-icon-114x114.png b/public/apple-icon-114x114.png new file mode 100644 index 000000000..8f428487e Binary files /dev/null and b/public/apple-icon-114x114.png differ diff --git a/public/apple-icon-144x144.png b/public/apple-icon-144x144.png new file mode 100644 index 000000000..1a40c47fe Binary files /dev/null and b/public/apple-icon-144x144.png differ diff --git a/public/apple-icon-57x57.png b/public/apple-icon-57x57.png new file mode 100644 index 000000000..0d284be85 Binary files /dev/null and b/public/apple-icon-57x57.png differ diff --git a/public/apple-icon-72x72.png b/public/apple-icon-72x72.png new file mode 100644 index 000000000..5fee3eb8b Binary files /dev/null and b/public/apple-icon-72x72.png differ diff --git a/public/characters/update.txt b/public/characters/update.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/public/index.html b/public/index.html index e1995d1fa..8f6f7d8d5 100644 --- a/public/index.html +++ b/public/index.html @@ -4,14 +4,17 @@
+ - + + + + + diff --git a/public/settings.json b/public/settings.json index 8a5dc9df9..d96c6244d 100644 --- a/public/settings.json +++ b/public/settings.json @@ -1 +1 @@ -{"username":"You","api_server":"http://localhost:5000/api","api_server_textgenerationwebui":"http://127.0.0.1:7860","preset_settings":"gui","preset_settings_novel":"Classic-Euterpe","user_avatar":"legat.png","temp":0.43,"amount_gen":90,"max_context":2048,"anchor_order":0,"style_anchor":false,"character_anchor":true,"auto_connect":false,"auto_load_chat":false,"main_api":"kobold","api_key_novel":"","rep_pen":1.17,"rep_pen_size":1024,"model_novel":"euterpe-v2","temp_novel":1.11,"rep_pen_novel":1.11,"rep_pen_size_novel":320,"world_info":null,"world_info_depth":2,"world_info_budget":200,"textgenerationwebui_settings":{"temp":0.5,"top_p":0.9,"top_k":0,"typical_p":1,"rep_pen":1.1,"rep_pen_size":0,"penalty_alpha":0}} \ No newline at end of file +{"username":"You","api_server":"","api_server_textgenerationwebui":"","preset_settings":"gui","preset_settings_novel":"Classic-Euterpe","user_avatar":"you.png","temp":0.43,"amount_gen":90,"max_context":2048,"anchor_order":0,"style_anchor":false,"character_anchor":true,"auto_connect":true,"auto_load_chat":true,"main_api":"kobold","api_key_novel":"","rep_pen":1.17,"rep_pen_size":1024,"model_novel":"euterpe-v2","temp_novel":1.11,"rep_pen_novel":1.11,"rep_pen_size_novel":320,"world_info":null,"world_info_depth":2,"world_info_budget":200,"textgenerationwebui_settings":{"temp":0.5,"top_p":0.9,"top_k":0,"typical_p":1,"rep_pen":1.1,"rep_pen_size":0,"penalty_alpha":0}} \ No newline at end of file