Skip to content

Commit

Permalink
chore(deps): update lobehub/lobe-chat docker tag to v1.35.4 (runtipi#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent de25f61 commit 44ac6bd
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 @@ -5,8 +5,8 @@
"exposable": 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": 380,
"version": "1.35.3",
"tipi_version": 381,
"version": "1.35.4",
"categories": ["ai"],
"short_desc": "LLM chatbot framework",
"author": "https://github.com/lobehub",
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733082087000
"updated_at": 1733131274000
}
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v1.35.3
image: lobehub/lobe-chat:v1.35.4
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
Expand Down

0 comments on commit 44ac6bd

Please sign in to comment.