{% extends "base.html" %} {% set active = "provider" %} {% block head %} {% endblock %} {% block content %}
🤖 LLM Provider

Test Provider

View your current provider configuration and send test prompts to verify connectivity.

Configuration

Loading...

Available Models

Loading...

Send Test Prompt

{% if response %}
💬

Response

{{ response }}
{% endif %} {% endblock %}