23 lines
496 B
Markdown
23 lines
496 B
Markdown
# OLLAMA BACKEND WITH OPEN-WEBUI FRONT END AND OPTIONAL TELEGRAM CHATBOT
|
|
|
|
## INSTALLATION
|
|
|
|
1. Make a directory and cd into it
|
|
```
|
|
mkdir ollama
|
|
cd ollama
|
|
```
|
|
|
|
2. Download ```compose.yaml``` and ```.env``` files and put them in this folder
|
|
|
|
3. Make necesssary changes to both files
|
|
|
|
4. Start it with
|
|
```
|
|
docker compose up -d
|
|
```
|
|
|
|
5. Go to https://chat.YOURDOMAIN.com and setup the initial admin account
|
|
|
|
6. Download any AI model of your choice from ollama.com from within the web-UI and chat away!
|