diff --git a/chat/public/admin.html b/chat/public/admin.html index b521dcf..fd29822 100644 --- a/chat/public/admin.html +++ b/chat/public/admin.html @@ -16,18 +16,6 @@ } /* Slightly tighten cards on the build page */ body[data-page="build"] .admin-card { padding: 12px; } - - /* Chain section styling */ - .chain-section { - margin-top: 24px; - padding-top: 16px; - border-top: 2px solid var(--border); - } - .chain-section h4 { - margin: 0 0 8px 0; - font-size: 14px; - color: var(--muted); - } @@ -79,13 +67,13 @@ - +
Add models from OpenCode. These models process requests and can fall back to the provider chain when rate limits are reached.
+Add models from OpenCode. When rate limits are reached, the system automatically falls back to the next model in the order below.