{% extends "base.html" %} {% block title %}Settings — Pengy{% endblock %} {% block sidebar_chats %} {% for c in chats %} {{ c.title }} {% endfor %} {% endblock %} {% block main %}
{% if saved %} {% endif %}
Settings
OpenAI-compatible API endpoint
Current: {{ "set" if config.api_key else "not set" }}
Elide tool results older than N turns (0 = keep all)
Placeholders: {date}, {username}, {hostname}, {osinfo}
Cancel
{% endblock %}