Creating a Free Private ChatGPT (That You Can Trust)

Опубликовано: 03 Июнь 2026
на канале: Tech Jotters
2,297
40

Learn how to build a premium local private chatbot using Ollama, ComfyUI, and Open WebUI. This step-by-step tutorial covers installation and configuration, enabling voice recognition, image generation, PDF search, and web search, all while keeping your data private. Perfect for creating a powerful, customizable chatbot on your own machine.


docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -e COMFYUI_BASE_URL=http://host.docker.internal:8188/ -e ENABLE_IMAGE_GENERATION=True -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

docker run -d --gpus=all -p 8000:8000 -v voices:/app/voices -v config:/app/config --name openedai-speech ghcr.io/matatonic/openedai-speech

Chapters:

00:00 - Intro
00:10 - Welcome and Overview
03:08 - Install and Configure Ollama
03:58 - Install Local LLM Models
06:12 - Install and Configure ComfyUI
14:28 - Configure Open WebUI with Docker
21:03 - Set Up PDF Search
22:40 - Enable Web Search
25:19 - Connect ComfyUI to Open WebUI
30:34 - Set Up Voice Recognition
31:28 - Enable Read Aloud Feature
32:27 - Conclusion