{% extends "base.html" %} {% block title %}Scopuli — settings{% endblock %} {% block head %} {% endblock %} {% block main %}

Settings

Active provider for AI edits and per-provider credentials. Settings persist to ~/.scopuli/config.toml.

Active provider
{% for name in providers %} {% endfor %}
{% for name in providers %} {% set p = cfg.providers.get(name, {}) %}
{{ name }} {% if name == 'ollama' %}
Model detecting…

Local Ollama only — no API key. Install models with ollama pull <model>; they'll show up in the dropdown above.

{% else %} {% if name == 'openai' %} {% endif %} {% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}