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

App Submission: Lobe Chat #1901

Open
wants to merge 2 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
12 changes: 12 additions & 0 deletions lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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"
30 changes: 30 additions & 0 deletions lobe-chat/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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: []
defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: ""
path: ""
Loading