From 692133f2ea81b5730667997654195de1d916b0e6 Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Thu, 9 Apr 2026 20:42:03 +0200 Subject: [PATCH] feat: add LLM model selector panel to Blog Engine tab Shows active model (fo-blog-v3-qwen7b / claude-sonnet-4-6 / qwen2.5:14b), live status from /api/blog/llm/status, ratings, config instructions, and highlights which model is currently active. --- packages/dashboard/index.html | 158 +++++++++++++++++++++++++++++++++- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/packages/dashboard/index.html b/packages/dashboard/index.html index ace08aa..2796668 100644 --- a/packages/dashboard/index.html +++ b/packages/dashboard/index.html @@ -1206,6 +1206,99 @@