🧠 Prompt-Bibliothek

{% for p in prompts %}
{{ p.name }} {% if p.is_default %} Standard {% endif %}
{% if not p.is_default %}
{% endif %}
{{ p.system_prompt[:100] }}…
{% if p.last_tested_at %}
Zuletzt getestet: {{ p.last_tested_at[:16] }}
{% endif %}
{% endfor %}

Prompt auswählen