Spaces:
Sleeping
Sleeping
File size: 468 Bytes
bca5262 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
## 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!* |