feat:添加lobe-chat到列表 (#1677)

This commit is contained in:
okxlin 2024-07-02 11:40:26 +08:00 committed by GitHub
parent f6fa0e7d33
commit 16491eed3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,40 @@
additionalProperties:
formFields:
- default: 40247
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "password"
edit: true
envKey: OPENAI_API_KEY
labelEn: OpenAI API Key
labelZh: OpenAI API 密钥
required: false
type: password
- default: "https://api.openai.com/v1"
edit: true
envKey: OPENAI_PROXY_URL
labelEn: OpenAI Proxy URL
labelZh: OpenAI 代理 URL
required: false
type: text
- default: ""
edit: true
envKey: ACCESS_CODE
labelEn: Access Code
labelZh: 访问密码
random: true
required: false
rule: paramComplexity
type: password
- default: ""
edit: true
envKey: OPENAI_MODEL_LIST
labelEn: OpenAI Model List
labelZh: OpenAI 模型列表
required: false
type: text

View File

@ -0,0 +1,20 @@
services:
lobe-chat:
image: lobehub/lobe-chat:v1.1.16
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3210"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPENAI_PROXY_URL}
- ACCESS_CODE=${ACCESS_CODE}
- OPENAI_MODEL_LIST=${OPENAI_MODEL_LIST}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

12
apps/lobe-chat/README.md Normal file
View File

@ -0,0 +1,12 @@
<div align="center"><a name="readme-top"></a>
<h1>Lobe Chat</h1>
现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架<br/>
支持语音合成、多模态、可扩展的([function call][docs-functionc-call])插件系统<br/>
一键**免费**拥有你自己的 ChatGPT/Gemini/Claude/Ollama 应用
[English](https://github.com/lobehub/lobe-chat/blob/main/README.md) · **简体中文** · [更新日志](https://github.com/lobehub/lobe-chat/blob/main/CHANGELOG.md) · [文档](https://lobehub.com/docs) · [报告问题](https://github.com/lobehub/lobe-chat/issues) · [请求功能](https://github.com/lobehub/lobe-chat/issues)
![](https://private-user-images.githubusercontent.com/28616219/306135690-9f155dff-4737-429f-9cad-a70a1a860c5f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTYyNjc0OTgsIm5iZiI6MTcxNjI2NzE5OCwicGF0aCI6Ii8yODYxNjIxOS8zMDYxMzU2OTAtOWYxNTVkZmYtNDczNy00MjlmLTljYWQtYTcwYTFhODYwYzVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTIxVDA0NTMxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJlOWNlODY5NmI4ODA2Y2Y5NmM3NzVjNzU4MjAzYWE3NDU2YmJlMzdmOWU1YjIyNjcwMGRjNTJhNTRhYTFjZjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.5xWoXxU6RhqvqRFH2e17oshXIeMqJLUDPLonpz9wTGU)

19
apps/lobe-chat/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: LobeChat
tags:
- AI / 大模型
title: 现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架
description: 现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架
additionalProperties:
key: lobe-chat
name: LobeChat
tags:
- AI
shortDescZh: 现代化设计的开源 ChatGPT/LLMs 聊天应用与开发框架
shortDescEn: An open-source, modern-design ChatGPT/LLMs UI/Framework
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://lobehub.com
github: https://github.com/lobehub/lobe-chat
document: https://lobehub.com/docs

BIN
apps/lobe-chat/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB