Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Lobe Chat to version 1.47.5 #2065

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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:v1.35.13@sha256:087a33e0983ad19f87ae61018209753b42214621ea1d42ea4f3c9832de1c3185
image: lobehub/lobe-chat:v1.47.5@sha256:2ff01af61800be9edd42136a9b40e52d6f4d18ac4bdd5e72aeffb473286e461b
restart: on-failure
user: "1000:1000"
23 changes: 20 additions & 3 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.35.13"
version: "1.47.5"
port: 7455
description: >-
💬 An open-source, modern-design ChatGPT/LLMs UI/Framework.
Expand All @@ -29,5 +29,22 @@ gallery:
defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: ""
path: ""
releaseNotes: >-
This update contains multiple new features, improvements, and bug fixes.


Key Updates:

- Added new AI providers: LM Studio, Higress, and WeChat authentication

- Added user statistics and profile improvements

- Upgraded to Next.js 15 and React 19

- Multiple bug fixes for AI providers, authentication, and database handling

- Various performance and UI improvements


Full release notes are available at https://github.com/lobehub/lobe-chat/releases
path: ""
Loading