From 523eba961379d5d5d2f20843a56214f234920b1f Mon Sep 17 00:00:00 2001 From: mblanke Date: Fri, 28 Nov 2025 14:18:32 -0500 Subject: [PATCH] feat: Add visible AI provider/model indicator - Add colored provider badge in header showing current AI (Ollama/OpenAI/Anthropic) - Display model name under provider icon in header - Add provider icon and model to each AI message response - Color-coded badges: yellow for Ollama, green for OpenAI, orange for Anthropic - Icons: Ollama, OpenAI, Anthropic --- services/dashboard/templates/index.html | 78 +++++++++++++++++++++---- 1 file changed, 68 insertions(+), 10 deletions(-) diff --git a/services/dashboard/templates/index.html b/services/dashboard/templates/index.html index f5324a9..7742d4b 100644 --- a/services/dashboard/templates/index.html +++ b/services/dashboard/templates/index.html @@ -95,13 +95,22 @@ + +
+ +
+ + +
+
- @@ -223,9 +232,17 @@ ? 'bg-sp-red text-white max-w-3xl' : 'bg-sp-grey text-sp-white-dim max-w-4xl border border-sp-grey-mid'" class="rounded-lg px-4 py-3 message-content"> -