diff --git a/ai-portal/templates/portal.html b/ai-portal/templates/portal.html new file mode 100644 index 0000000..274cab0 --- /dev/null +++ b/ai-portal/templates/portal.html @@ -0,0 +1,75 @@ + + + + + + + + + Local AI Portal + + + +
+

Local AI

+

{{ message }}

+
+ + 💬 Chat + {% if active == 'chat' %}active{% else %}Open WebUI + Ollama{% endif %} + + + 🎨 Images + {% if active == 'images' %}active{% else %}InvokeAI{% endif %} + +
+

{{ message }}

+
+ +