{% extends "base.html" %} {% block title %}Overview - AISBF Dashboard{% endblock %} {% block content %}

Dashboard Overview

Providers

{{ providers_count }}

Rotations

{{ rotations_count }}

Autoselect

{{ autoselect_count }}

Server Information

Setting Value
Host {{ server_config.host }}
Port {{ server_config.port }}
Protocol {{ server_config.protocol }}
Authentication {{ 'Enabled' if server_config.auth_enabled else 'Disabled' }}

Quick Actions

Manage Providers Manage Rotations Manage Autoselect Manage Prompts Rate Limits Response Cache Server Settings
{% endblock %}