mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Lobe Chat (#1901)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
42efc67d4a
commit
cce496e08c
12
lobe-chat/docker-compose.yml
Normal file
12
lobe-chat/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: lobe-chat_app_1
|
||||
APP_PORT: 3210
|
||||
|
||||
app:
|
||||
image: lobehub/lobe-chat:v1.35.13@sha256:087a33e0983ad19f87ae61018209753b42214621ea1d42ea4f3c9832de1c3185
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
33
lobe-chat/umbrel-app.yml
Normal file
33
lobe-chat/umbrel-app.yml
Normal file
@ -0,0 +1,33 @@
|
||||
manifestVersion: 1
|
||||
id: lobe-chat
|
||||
name: Lobe Chat
|
||||
tagline: An open-source, modern-design AI chat framework
|
||||
category: ai
|
||||
version: "1.35.13"
|
||||
port: 7455
|
||||
description: >-
|
||||
💬 An open-source, modern-design ChatGPT/LLMs UI/Framework.
|
||||
|
||||
|
||||
🗣️ Supports speech-synthesis, multi-modal, and extensible (function call) plugin system.
|
||||
|
||||
|
||||
🤖 One-click deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/Ollama chat application.
|
||||
|
||||
|
||||
🔑 To get started, add your OpenAI API key in the settings or configure one of the many other providers.
|
||||
developer: LobeHub
|
||||
website: https://lobehub.com/
|
||||
submitter: al-lac
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1901
|
||||
repo: https://github.com/lobehub/lobe-chat
|
||||
support: https://github.com/lobehub/lobe-chat/issues
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
dependencies: []
|
||||
releaseNotes: ""
|
||||
path: ""
|
Loading…
Reference in New Issue
Block a user