Update README.md

add description
This commit is contained in:
Yazan Agha-Schrader 2023-11-27 14:23:51 +01:00 committed by GitHub
parent 1bb2df7367
commit 49d7c07210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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