{% 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" }}
Optional best-effort parameter; unsupported proxies/providers may reject non-default values.
Keeps reasoning_content/reasoning/reasoning_details in message history when providers return them.
Elide tool results older than N turns (0 = keep all)
Placeholders: {date}, {username}, {hostname}, {osinfo}
Cancel
{% endblock %}