{% extends "base.html" %} {% block title %}Setup — Verifii{% endblock %} {% block content %}
Update your configuration below. Leave an API key field blank to keep its current value.
{% else %}
A few details to get started. This is saved to ~/.verifiably/config.json on
this machine and is never sent to Verifii — your LLM API key is used only to call your
chosen provider directly (BYOK).
Your existing configuration could not be loaded ({{ cfg_error }}). Fill in the form below to write a fresh one.
{% endif %} {% if error %}{{ error }}
{% endif %}