How To Integrate with Open Web-UI
Morpheus ↔ Open Web-UI
What is Open Web-UI?
Open Web-UI is a self-hosted, feature-rich web interface for interacting with large language models. It provides a ChatGPT-like experience that you can run locally, with support for OpenAI-compatible APIs—making it a perfect match for Morpheus.Prerequisites
- Docker installed on your machine
- Morpheus API Key
- Morpheus Model Identified
Step by Step
Step 1: Pull the Docker Image
Open your terminal and pull the Open Web-UI Docker image:Step 2: Run the Docker Container
Start Open Web-UI with persistent data storage:The
-v open-webui:/app/backend/data flag ensures your data persists between container restarts.Step 3: Access Open Web-UI
Open your browser and navigate to:Step 4: Create an Account
On your first visit, you’ll be prompted to create an account. Fill in your details and sign up—this account is stored locally on your machine.Step 5: Open Admin Settings
Once logged in, click on the gear icon in the bottom left to open Admin Settings.Step 6: Navigate to Connections
In the Admin Settings, go to Connections and find the OpenAI section. Click Manage (the wrench icon).Step 7: Add Morpheus Connection
Click the + button to add a new connection and configure:- URL:
https://api.mor.org/api/v1 - API Key: Your Morpheus API Key

