TensorLM-webui-for-HF / presets /how_to_add_your_preset.md
ehristoforu's picture
Upload folder using huggingface_hub
bca5262 verified
## How to add your preset
1. Open ```user.json``` in Notepad++ or Windows Notepad or other text/code editor
2. Paste example code:
```json
"example": [
"Your system prompt"
]
```
- ```example``` is label in presets list in UI
- ```Your system prompt``` is your system prompt there
- Input the ```,``` after brackets to type more prompts
*Thanks, [@mustvlad](https://github.com/mustvlad/ChatGPT-System-Prompts) for system prompts!*