mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 12:57:58 +08:00
69 lines
1.8 KiB
YAML
69 lines
1.8 KiB
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: "/home/wiseflow"
|
||
|
edit: true
|
||
|
envKey: WISEFLOW_ROOT_PATH
|
||
|
labelZh: 数据持久化路径
|
||
|
labelEn: Data persistence path
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: 8090
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelZh: WebUI 端口
|
||
|
labelEn: WebUI port
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 8077
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_BACKEND
|
||
|
labelZh: 后端服务端口
|
||
|
labelEn: Backend service port
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: "https://api.siliconflow.cn/v1"
|
||
|
edit: true
|
||
|
envKey: LLM_API_BASE
|
||
|
labelZh: LLM API 地址
|
||
|
labelEn: LLM API address
|
||
|
required: true
|
||
|
rule: paramExtUrl
|
||
|
type: text
|
||
|
- default: ""
|
||
|
edit: true
|
||
|
envKey: LLM_API_KEY
|
||
|
labelZh: LLM API 密钥
|
||
|
labelEn: LLM API key
|
||
|
required: false
|
||
|
type: text
|
||
|
- default: "test@example.com|1234567890"
|
||
|
edit: true
|
||
|
envKey: PB_API_AUTH
|
||
|
labelZh: PB数据库 账户密码
|
||
|
labelEn: PB database account password
|
||
|
required: false
|
||
|
type: text
|
||
|
- default: "zhipuai/glm4-9B-chat"
|
||
|
edit: true
|
||
|
envKey: GET_INFO_MODEL
|
||
|
labelZh: 信息提炼与标签匹配任务模型
|
||
|
labelEn: Information extraction and label matching task model
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: "alibaba/Qwen2-7B-Instruct"
|
||
|
edit: true
|
||
|
envKey: REWRITE_MODEL
|
||
|
labelZh: 近似信息合并改写任务模型
|
||
|
labelEn: Approximate information merge rewrite task model
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: "alibaba/Qwen2-7B-Instruct"
|
||
|
edit: true
|
||
|
envKey: HTML_PARSE_MODEL
|
||
|
labelZh: 网页解析模型
|
||
|
labelEn: Web page parsing model
|
||
|
required: true
|
||
|
type: text
|