From 65aa1c83d3d1e8e84faaacc08ef7bbe18f99687c Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Fri, 28 Feb 2025 21:01:28 +0300 Subject: [PATCH] Add ollama-openwebui-tgbot/README.md --- ollama-openwebui-tgbot/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ollama-openwebui-tgbot/README.md diff --git a/ollama-openwebui-tgbot/README.md b/ollama-openwebui-tgbot/README.md new file mode 100644 index 0000000..b8bb26a --- /dev/null +++ b/ollama-openwebui-tgbot/README.md @@ -0,0 +1,22 @@ +# 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!