Skip to content

2.1.5 Frontend: Lobe Chat

av edited this page Sep 14, 2024 · 1 revision

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), 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.

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)/lobechat/override.env

# Edit the file with your favorite editor
vscode $(harbor home)/lobechat/override.env
Clone this wiki locally