From 49d7c07210d3efda7a603b7d2837e006d2303f9a Mon Sep 17 00:00:00 2001 From: Yazan Agha-Schrader Date: Mon, 27 Nov 2023 14:23:51 +0100 Subject: [PATCH] Update README.md add description --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 49275ca50..62d81c858 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,25 @@ ![Server UI-1](https://github.com/mounta11n/plusplus-caMalL/blob/master/media/ppCamall-ui01.jpeg?raw=true) +--- + +- UI with CSS to make it look nicer and tidier overall. +- CSS outsourced as a separate file +- Added a dropdown menu with prompt style templates +- Added a dropdown menu with system prompts +- Prompt Styles and System Prompts are separate files, so editing is very easy. +- Created a script that uses "dialog" to compose the command for the server. +- Script offers the possibility to save and load configs + + + +In planning or already started: + +- WIP Multilingual: You will be able to select the language from a dropdown menu. So far language files only for English and German. (concerns UI elements and system prompts). +- Dark Mode +- Templates for the values of the UI options (samplers etc.), e.g. deterministic template, creative template, balanced template etc... + + ---