精简提交历史记录
This commit is contained in:
40
apps/chatgpt-next-web/latest/data.yml
Normal file
40
apps/chatgpt-next-web/latest/data.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40042
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "sk-xxx"
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY
|
||||
labelZh: OPENAI API KEY
|
||||
required: true
|
||||
type: text
|
||||
- default: "chatgptnextweb"
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PROXY
|
||||
labelEn: Proxy (example:http://127.0.0.1:7890 user password)
|
||||
labelZh: 代理地址(例子:http://127.0.0.1:7890 user password)
|
||||
required: false
|
||||
type: text
|
||||
- default: "https://api.openai.com"
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address
|
||||
labelZh: API接口地址
|
||||
required: true
|
||||
type: text
|
||||
Reference in New Issue
Block a user