diff --git a/templates/index.html b/templates/index.html index ebab70d..314bc66 100644 --- a/templates/index.html +++ b/templates/index.html @@ -143,6 +143,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var( .chat-container { flex:1; overflow-y:auto; padding:20px; display:flex; flex-direction:column; gap:16px; } .welcome-screen { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; color:var(--text-muted); text-align:center; gap:12px; } .welcome-screen .logo { font-family:var(--font-mono); font-size:48px; color:var(--accent-dim); opacity:0.5; } +.welcome-screen .welcome-logo { max-width:70%; height:auto; object-fit:contain; opacity:0.85; } .welcome-screen p { font-size:14px; max-width:420px; line-height:1.6; } .ws-hint { font-size:12px; color:var(--text-muted); display:block; margin-top:8px; } .ws-hint code { background:var(--bg-tertiary); padding:1px 5px; border-radius:3px; font-family:var(--font-mono); font-size:11px; } @@ -419,8 +420,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(
cAIc — conversational AI for your homelab cluster
Profile & memory injected automatically • Web search on uncertainty
Use 🔍 to force search • Say "remember that..." to teach me
For code completion & FIM, connect your IDE to /v1/chat/completions with API key
cAIc — conversational AI for your homelab cluster
Profile & memory injected automatically • Web search on uncertainty
Use 🔍 to force search • Say "remember that..." to teach me
For code completion & FIM, connect your IDE to /v1/chat/completions with API key
