appstore/apps/pandora/latest/data.yml
2023-11-09 19:15:01 +08:00

38 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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