{% extends "onboarding/_base.html" %} {% block title %}Choose your AI provider — Onboarding{% endblock %} {% block content %}

Choose your AI provider

These power job scoring. We auto-detected which CLIs you have installed; the top one is recommended.

{% if providers %}
{% for p in providers %} {% endfor %}
{% else %}

No subscription-leveraged CLIs detected.

You can install one of these free options:

After installing, click Re-detect below.

{% endif %} {# Ollama installed but no models pulled yet — render inline pull guidance #} {% if ollama_no_model %}

Ollama is installed but has no models.

Run the following to pull the recommended model (~9 GB):

ollama pull qwen2.5:14b

Once the pull finishes, click Re-detect on this page.

{% endif %} {# Skip path is always available, even when providers were detected #} {% if providers %}
{% endif %} {% endblock %}