{% extends "generate/base.html" %} {% set active_generate_page = "run" %} {% block title %}Generate — Run | SPIKEE{% endblock %} {% block content %}
Generate Dataset
{# ================================================================ SEED FOLDER (required) ================================================================ #}
Seed Folder
Built-in or workspace seed folder to generate from.
Parallel plugin threads.
Appended to output filename.
{# ================================================================ PLUGINS ================================================================ #}
Plugins
{# Left: available plugins #}
Loading plugins…
Click to add. Independent: each plugin gets its own group. Add to group: chains into the active group.
{# Middle: dynamic groups #}
Each group is independent. Chips within a group are piped with |.
{# Right: plugin options #}
Per-plugin config variables.
Format: plugin:key=value, one per line or semicolon-separated.
Skip base entries; output only plugin-transformed variants.
{# ================================================================ FORMAT ================================================================ #}
Format
{# ================================================================ INJECTION ================================================================ #}
Injection
{% for pos in ['start', 'middle', 'end'] %}
{% endfor %}
Where to inject the payload.
Comma-separated delimiter patterns.
Comma-separated data markers.
{# ================================================================ FILTERING ================================================================ #}
Filtering
{# Languages + match toggle side by side #}
Comma-separated codes. "match" keeps only those; unchecked excludes.
{# Instruction filter #}
Comma-separated instruction types.
{# Jailbreak filter #}
Comma-separated jailbreak types.
{# Include fixes #}
e.g. adv_prefixes, adv_suffixes.
{# ================================================================ SUBMIT ================================================================ #}
{% endblock %}