Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
APP_PORT: 3210

app:
image: lobehub/lobe-chat:1.143.2@sha256:65793dfe2378eecea89c335c01cb1094c240eb67047902859140e0f0b1a15069
image: lobehub/lobehub:2.0.10@sha256:14570e08848e3d8114b258a57e6ab49fcab70f863c55f884a00529e6f6c21365
restart: on-failure
user: "1000:1000"
10 changes: 8 additions & 2 deletions lobe-chat/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: lobe-chat
name: Lobe Chat
tagline: An open-source, modern-design AI chat framework
category: ai
version: "1.143.2"
version: "2.0.10"
port: 7455
description: >-
💬 An open-source, modern-design ChatGPT/LLMs UI/Framework.
Expand All @@ -30,7 +30,13 @@ defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: >-
Fixed a security vulnerability related to React.
Key highlights in this release include:
- Multi-Agent Collaboration: Multiple specialized agents work together in one conversation to solve complex problems
- Agent Builder: Describe what you want and LobeHub builds the complete agent with skills, behavior, tools, and personality
- Pages: Write, read and organize documents with Lobe AI
- Memory: Agents remember your preferences, style, goals, and past projects for personalized assistance
- New Knowledge Base: Use folders to organize your knowledge and resources
- Marketplace: Publish, adopt, or remix agents in a community-driven marketplace


Full release notes are available at https://github.com/lobehub/lobe-chat/releases
Expand Down