1
0
1Panel-Appstore/apps/pandora/latest/data.yml

39 lines
1.0 KiB
YAML
Raw Normal View History

2024-12-12 21:27:56 +08:00
additionalProperties:
formFields:
- default: 40040
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ""
edit: true
envKey: PROXY
labelEn: Specify the proxy in the formatprotocol://user:pass@ip:port.
labelZh: 指定代理格式protocol://user:pass@ip:port。
required: false
type: text
- default: https://ai.fakeopen.com
edit: true
envKey: API_BASE_URL
labelEn: OpenAI API interface address
labelZh: OpenAI API接口地址
required: true
type: text
- default: https://ai.fakeopen.com
edit: true
envKey: REVERSE_PROXY
labelEn: ChatGPT API reverse proxy
labelZh: ChatGPT API反向代理
required: true
type: text