Commit graph

2 commits

Author SHA1 Message Date
Eduardo Figueroa
ffff392aa0 feat(ai): Update Ollama and Open WebUI configurations
Ollama:
- Replace Tinyauth middleware with Authelia + local-only
- Enable NVIDIA GPU support

Open WebUI:
- Update RAG search engine to DuckDuckGo
- Disable SSL verification for RAG web loader
- Change default model to qwen2.5:3b
- Remove Tinyauth middleware comment
2025-12-12 23:17:15 +00:00
Eduardo Figueroa
fb25e9fea4 feat: Add Open WebUI and code-server for AI development
Add Open WebUI for ChatGPT-like interface to local Ollama models
with RAG capabilities for documentation Q&A. Add code-server for
web-based VS Code access with AI coding assistants.

- Open WebUI accessible at ai.fig.systems
- code-server accessible at code.fig.systems
- Both integrated with local Ollama instance
2025-12-03 19:53:58 +00:00