Skip to content

2.1.5 Frontend: Lobe Chat

av edited this page Apr 16, 2026 · 5 revisions

Handle: lobechat
URL: http://localhost:34071

Lobe Chat splash image

Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek / MiniMax), Knowledge Base (file upload / knowledge management / RAG )

Starting

# Will start lobechat alongside
# the default webui
harbor up lobechat

If you want to make LobeChat your default UI, please see the information below:

# Replace the default webui with lobechat
# afterwards, you can just run `harbor up`
harbor defaults rm webui
harbor defaults add lobechat

Configuration

LobeChat is automatically connected to ollama if it's running.

Note

LobeChat only works with a predefined set of models, you can select one when UI is started.

Harbor's centralized HARBOR_MINIMAX_API_KEY is automatically passed to LobeChat as MINIMAX_API_KEY.

Additional configuration can be done via override.env in the lobechat service folder.

# See the full path to the override.env file
echo $(harbor home)/services/lobechat/override.env

# Edit the file with your favorite editor
vscode $(harbor home)/services/lobechat/override.env

Following options are available via harbor config:

# The port on the host where LobeChat will be available
HARBOR_LOBECHAT_HOST_PORT      34071

# Docker image tag to use
HARBOR_LOBECHAT_VERSION        latest

Clone this wiki locally