diff --git a/chat/public/admin.html b/chat/public/admin.html index 826a314..b521dcf 100644 --- a/chat/public/admin.html +++ b/chat/public/admin.html @@ -16,6 +16,18 @@ } /* 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); + } @@ -67,15 +79,15 @@ - +
Add models from OpenCode. These models process requests and use the OpenCode Chain below for fallback when rate limits are reached.
+Add models from OpenCode. These models process requests and can fall back to the provider chain when rate limits are reached.
- + - +Arrange the order below. This controls which model is primary for OpenCode requests.
+ + +When the primary OpenCode model hits rate limits, the system falls back through these providers in order.
+ + + + + +When rate limits are reached or errors occur, the system falls back through this chain of providers.
- - - - - -The system tries providers in this order. Use arrows to reorder.
- -