Merge branch 'master' into app/Silverbullet

This commit is contained in:
Wraithers 2024-01-29 23:09:49 +05:30 committed by GitHub
commit eb9b37bce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ services:
traefik.http.routers.invoice-ninja-local.tls: true traefik.http.routers.invoice-ninja-local.tls: true
invoice-ninja-server: invoice-ninja-server:
image: invoiceninja/invoiceninja:5.8.17 image: invoiceninja/invoiceninja:5.8.18
container_name: invoice-ninja-server container_name: invoice-ninja-server
restart: unless-stopped restart: unless-stopped
user: 1500:1500 user: 1500:1500

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "lobe-chat", "id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.", "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 18, "tipi_version": 19,
"version": "0.121.3", "version": "0.121.4",
"categories": [ "categories": [
"ai" "ai"
], ],

View File

@ -2,7 +2,7 @@ version: '3.9'
services: services:
lobe-chat: lobe-chat:
container_name: lobe-chat container_name: lobe-chat
image: lobehub/lobe-chat:v0.121.3 image: lobehub/lobe-chat:v0.121.4
environment: environment:
- OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}