Ollama and Open WebUI - The EASIEST way the setup a FREE ChatGPT Clone with Llama 3.1

Опубликовано: 24 Октябрь 2024
на канале: Coding Crash Courses
1,118
36

In this video I will show you the EASIEST way to setup a ChatGPT clone with Open WebUI and Ollama 3.1

Links:
Ollama: https://ollama.com/
Repo: https://github.com/open-webui/open-webui
Docker command: docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Timestamps
0:00 Introduction & Features
1:37 Download & Install Ollama
3:51 Start Service with Docker & Create User
4:40 Chat with Llama 3.1
6:18 Add more models (OpenAI)
7:32 Prompts
8:36 Local RAG
9:43 Chat against website
10:14 Add Tools and functions
11:15 Users and Data Privacy (issues)