TensorLM-webui-for-HF / presets /how_to_add_your_preset.md
ehristoforu's picture
Upload folder using huggingface_hub
bca5262 verified

A newer version of the Gradio SDK is available: 4.36.1

Upgrade

How to add your preset

  1. Open user.json in Notepad++ or Windows Notepad or other text/code editor
  2. Paste example code:
    "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 for system prompts!