feat(ai): Add AI stack with Ollama, Open WebUI, Stable Diffusion#335
Open
ljapptest-art wants to merge 1 commit intoillbnm:masterfrom
Open
feat(ai): Add AI stack with Ollama, Open WebUI, Stable Diffusion#335ljapptest-art wants to merge 1 commit intoillbnm:masterfrom
ljapptest-art wants to merge 1 commit intoillbnm:masterfrom
Conversation
- Docker Compose with exact versions per Issue illbnm#6: - ollama/ollama:0.3.12 - ghcr.io/open-webui/open-webui:0.3.32 - universalis/local-server-ai:stable-diffusion-webui-1.10.2 - Services: - Ollama: Local LLM inference (llama, mistral, codellama) - Open WebUI: Chat interface with RAG, voice input - Stable Diffusion WebUI: Image generation - Features: - GPU support (NVIDIA) - commented, enable when available - Health checks for all services - Traefik reverse proxy with HTTPS - API endpoints for integration - Open WebUI connects to Ollama - Disabled public signup by default - Requirements: - GPU recommended for performance - 16GB+ RAM (32GB+ recommended) - 50GB+ disk for models Closes illbnm#6
Author
✅ Test ResultsValidation
Image Versions (per Issue #6)
Acceptance Criteria
Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements Issue #6 - AI Stack.
Services (3 total)
Features
Requirements
Validation
Closes #6