{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Ranker — Config — karyab{% endblock %} {% block content %}

Config

{% if flash %} {% if flash_error %}
{{ flash }}
{% else %}
{{ flash }}
{% endif %} {% endif %} {% call hub(hub_sections) %}

Ranker

Web UI ranks with: {{ effective_ui_backend }}{% if effective_ui_model %} / {{ effective_ui_model }}{% endif %} {% if ranker_ui_backend %}(via [ranker.ui] overlay){% endif %}
CLI / MCP rank with: {{ effective_cli_backend }}{% if effective_cli_model %} / {{ effective_cli_model }}{% endif %}
The web rank button uses the first row — the [ranker.ui] overlay wins over the Backend dropdown below when set.

Which LLM backend scores jobs. Anthropic/OpenCode API keys stay in secrets.toml — not entered here.

{% if anthropic_configured %} Anthropic API key configured ✓ {% endif %}

Ollama settings (used when backend = ollama)

[ranker.ui] overlay Overrides [ranker] for the web UI's own rank calls only. Leave blank to use the base ranker config.

{% endcall %} {% endblock %}