Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.07 KB

README.md

File metadata and controls

38 lines (30 loc) · 2.07 KB

openwebui-ollama-docker

basic Open WebUI + Ollama stack for Local ChatGPT

What is inside?

  • Services
    • Ollama : LLM engine, model catalog. Please refer to https://ollama.com/library for available models
    • Searxng : Private Search Engine with unlimited search API capabilities. This can be used as Web Search Tool for agentic workflow. Off the shelf, it works seanlessly with Open WebUI
    • Open WebUI : User interface for Ollama, also Ollama / OpenAI compatible API. Please visit this docs for more details
    • Postgres : Most popular open source SQL DB with extensible functionalities

Basic Usage

  1. Clone this repository
  2. $ cd openwebui-ollama-docker
  3. $ cp .env.example .env
  4. Edit .env file to your liking
  5. $ cp ./searxng/settings.yml.example ./searxng/settings.yml
  6. Edit secret_key in ./searxng/settings.yml to your liking
  7. $ docker-compose up -d
  8. Open your browser and go to http://localhost:8080

Initial Settings in Open WebUI

  • Sign up as the first user -> this guy will be the super admin
Screenshot 2567-07-23 at 22 50 17
  • Sign in and see your first login
Screenshot 2567-07-23 at 23 10 16
  • Go get model in ollama.com Facebook post image (1)

  • Access 'models' in Admin Panel

Screenshot 2567-07-23 at 23 10 57
  • Download
Screenshot 2567-07-23 at 23 11 54
  • for Search Engine capabilities. please delete starting and endind " if it is there. Press save
  • Screenshot 2567-07-23 at 23 19 17