@@ -7,31 +7,37 @@ trying to be more accessible for non-it people, more intuitive and easier to mai
77
88** Features:**
99
10- - Mobile, medium devices and desktop UI/UX
1110- Localisations (Chinese, Dutch, English, French, Italian, Spanish, Russian)
12- - Conversation list
13- - save / edit / conversations
14- - Settings tag
15- - Presets
16- - automatic if config file embed in server
17- - load file (save embed file)
18- - multilingual
11+ - Conversations
12+ - save / load / delete all conversations, your work
13+ - Settings tab
14+ - with Presets (multilingual)
15+ - save / load / delete presets
1916- Ideas of questions (loaded with presets)
17+ - Mobile, medium devices and desktop UI/UX
18+ - HTML code preview
19+ - SVG image preview
20+ - Markdown / Math render (from legacy project)
21+ - Languages code highlight (from legacy project)
2022- [ Experimental] Python interpreter (from legacy project)
2123
2224![ Mobile Python Example Ask 1] ( doc/mobile_python_example_ask1.png ' Mobile Python Example Ask 1 ')
2325
2426## Prompt master
2527
26- To quickly make a change in your settings you can go to the Settings tab.
27- To make change effective, click the save button in bottom right corner.
28+ To quickly make a change in your settings you can go to the Settings tab.
29+ You can easily change the System message, the main option are just down there like temperature, top_k, top_p, etc...
30+
31+ To save your preset, click on the save button on the bottom-right corner.
32+ If you want to use many presets, you can enter a name in the "preset" input on the top of the settings tab.
33+ Before closing your browser, you can save all your changes and load them next time.
2834
29- ### Json presets
35+ ### Json presets format
3036
31- If you want to configure some presets, use the json configuration file.
37+ If you want to manually set some presets, use the json configuration file.
3238If you leave language empty, it will show in all languages.
3339When loading, the first preset of the list in your language will be used.
34- When you change language, presets will be reloaded using the new language.
40+ When you change language, presets will be reloaded using the new language if the preset input is empty .
3541
3642Here a full example of json presets :
3743
0 commit comments