refactor(apps): 删除 LobeChat 相关文件
- 移除 LobeChat 各个版本的 data.yml 和 docker-compose.yml 文件 - 删除 LobeChat 的 logo.png 文件 - 更新 nacos 的 data.yml 文件,修正文档链接
This commit is contained in:
parent
1b7d3e26f2
commit
03cc100e9c
|
@ -1,27 +0,0 @@
|
|||
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
|
||||
|
||||
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
services:
|
||||
lobe-chat:
|
||||
image: lobehub/lobe-chat
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3210"
|
||||
environment:
|
||||
OPENAI_API_KEY: sk-xxxx
|
||||
OPENAI_PROXY_URL: https://api-proxy.com/v1
|
||||
ACCESS_CODE: angel.
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
|
@ -1,27 +0,0 @@
|
|||
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
|
||||
|
||||
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
services:
|
||||
lobe-chat:
|
||||
image: lobehub/lobe-chat
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3210"
|
||||
environment:
|
||||
OPENAI_API_KEY: sk-xxxx
|
||||
OPENAI_PROXY_URL: https://api-proxy.com/v1
|
||||
ACCESS_CODE: angel.
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
|
@ -1,27 +0,0 @@
|
|||
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
|
||||
|
||||
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
services:
|
||||
lobe-chat:
|
||||
image: lobehub/lobe-chat
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3210"
|
||||
environment:
|
||||
OPENAI_API_KEY: sk-xxxx
|
||||
OPENAI_PROXY_URL: https://api-proxy.com/v1
|
||||
ACCESS_CODE: angel.
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
|
@ -1,27 +0,0 @@
|
|||
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
|
||||
|
||||
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
services:
|
||||
lobe-chat:
|
||||
image: lobehub/lobe-chat
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3210"
|
||||
environment:
|
||||
OPENAI_API_KEY: sk-xxxx
|
||||
OPENAI_PROXY_URL: https://api-proxy.com/v1
|
||||
ACCESS_CODE: angel.
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
|
@ -1,19 +0,0 @@
|
|||
name: lobe-chat
|
||||
tags:
|
||||
- AI
|
||||
title: LobeChat
|
||||
description: 在LobeChat中将你的AI团队汇聚一处:根据个性化需求灵活定制智能助手功能,解决问题,提升生产, 探索未来工作模式
|
||||
additionalProperties:
|
||||
key: lobe-chat
|
||||
name: lobe-chat
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: LobeChat
|
||||
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.
Before Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in New Issue