增加LobeChat
This commit is contained in:
parent
44b191492e
commit
f72acecc3d
|
@ -0,0 +1,27 @@
|
||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 3210
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: LobeChat run port
|
||||||
|
labelZh: LobeChat 运行端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: sk-xxxx
|
||||||
|
edit: true
|
||||||
|
envKey: OPENAI_API_KEY
|
||||||
|
labelEn: OPENAI API KEY
|
||||||
|
labelZh: LobeChat身份验证令牌
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
- default: http://10.2.2.2:11434/v1
|
||||||
|
edit: true
|
||||||
|
envKey: OPENAI_PROXY_URL
|
||||||
|
labelEn: OpenAI proxy url
|
||||||
|
labelZh: OpenAI代理URL
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
services:
|
||||||
|
lobe-chat:
|
||||||
|
image: lobehub/lobe-chat
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3210"
|
||||||
|
OPENAI_API_KEY: ${OPENAI_API_KEY}
|
||||||
|
OPENAI_PROXY_URL: ${OPENAI_PROXY_URL}
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: lobe-chat
|
||||||
|
tags:
|
||||||
|
- 中间件
|
||||||
|
title: LobeChat
|
||||||
|
description: 在 LobeChat 中将你的 AI 团队汇聚一处:根据个性化需求灵活定制智能助手功能,解决问题,提升生产, 探索未来工作模式
|
||||||
|
additionalProperties:
|
||||||
|
key: lobe-chat
|
||||||
|
name: lobe-chat
|
||||||
|
tags:
|
||||||
|
- Middleware
|
||||||
|
- AI
|
||||||
|
shortDescZh: 一款原生 ops 软件
|
||||||
|
shortDescEn:
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: false
|
||||||
|
limit: 1
|
||||||
|
recommend: 0
|
||||||
|
website: https://lobehub.com/zh
|
||||||
|
github: https://github.com/lobehub/lobe-chat
|
||||||
|
document: https://lobehub.com/zh
|
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in New Issue