Skip to content

Commit

Permalink
Update app version [ready]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipi CI committed Feb 21, 2025
1 parent 5274f4a commit 6c2deb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/lobe-chat/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 439,
"version": "1.62.5",
"tipi_version": 440,
"version": "1.62.7",
"categories": ["ai"],
"short_desc": "LLM chatbot framework",
"author": "https://github.com/lobehub",
Expand Down Expand Up @@ -42,6 +42,6 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1740159124000,
"updated_at": 1740171655000,
"$schema": "../app-info-schema.json"
}
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "lobe-chat",
"image": "lobehub/lobe-chat:1.62.5",
"image": "lobehub/lobe-chat:1.62.7",
"isMain": true,
"internalPort": 3210,
"environment": {
Expand Down

0 comments on commit 6c2deb7

Please sign in to comment.