feat:格式化yaml文件
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
name: ChatGPT Web
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
description: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
additionalProperties:
|
||||
key: chatgpt-web
|
||||
name: ChatGPT Web
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
shortDescEn: ChatGPT-enabled dual-model demo page built with express and vue3
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
github: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
document: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
name: ChatGPT Web
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
description: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
additionalProperties:
|
||||
key: chatgpt-web
|
||||
name: ChatGPT Web
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
shortDescEn: ChatGPT-enabled dual-model demo page built with express and vue3
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
github: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
document: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
|
||||
@@ -1,103 +1,103 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40021
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: ACCESS_TOKEN
|
||||
labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session)
|
||||
labelZh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://bypass.duti.tech/api/conversation
|
||||
edit: true
|
||||
envKey: REVERSE_PROXY
|
||||
labelEn: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability)
|
||||
labelZh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性)
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN)
|
||||
labelZh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个)
|
||||
required: false
|
||||
type: text
|
||||
- default: gpt-3.5-turbo
|
||||
edit: true
|
||||
envKey: API_MODEL
|
||||
labelEn: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models)
|
||||
labelZh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://api.openai.com
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address, optional, available when setting OPENAI API KEY
|
||||
labelZh: API接口地址,可选,设置OPENAI API KEY时可用
|
||||
required: false
|
||||
type: text
|
||||
- default: chatgptweb
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: '0'
|
||||
edit: true
|
||||
envKey: REQUEST_LIMIT
|
||||
labelEn: Maximum number of requests per hour, optional, default unlimited
|
||||
labelZh: 每小时最大请求次数,可选,默认无限
|
||||
required: false
|
||||
type: text
|
||||
- default: '60000'
|
||||
edit: true
|
||||
envKey: TIMEOUT
|
||||
labelEn: Timeout, in milliseconds, optional
|
||||
labelZh: 超时,单位毫秒,可选
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_HOST
|
||||
labelEn: Socks proxy address, optional, effective when combined with Socks proxy port
|
||||
labelZh: Socks代理地址,可选,和Socks代理端口一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PORT
|
||||
labelEn: Socks proxy port, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理端口,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_USERNAME
|
||||
labelEn: Socks proxy user name, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理用户名,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PASSWORD
|
||||
labelEn: Socks proxy password, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理密码,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: HTTPS_PROXY
|
||||
labelEn: HTTPS proxy, optional, supports http, https, socks5
|
||||
labelZh: HTTPS代理,可选,支持http,https,socks5
|
||||
required: false
|
||||
type: text
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40021
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: ACCESS_TOKEN
|
||||
labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session)
|
||||
labelZh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://bypass.duti.tech/api/conversation
|
||||
edit: true
|
||||
envKey: REVERSE_PROXY
|
||||
labelEn: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability)
|
||||
labelZh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性)
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN)
|
||||
labelZh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个)
|
||||
required: false
|
||||
type: text
|
||||
- default: gpt-3.5-turbo
|
||||
edit: true
|
||||
envKey: API_MODEL
|
||||
labelEn: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models)
|
||||
labelZh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://api.openai.com
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address, optional, available when setting OPENAI API KEY
|
||||
labelZh: API接口地址,可选,设置OPENAI API KEY时可用
|
||||
required: false
|
||||
type: text
|
||||
- default: chatgptweb
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: '0'
|
||||
edit: true
|
||||
envKey: REQUEST_LIMIT
|
||||
labelEn: Maximum number of requests per hour, optional, default unlimited
|
||||
labelZh: 每小时最大请求次数,可选,默认无限
|
||||
required: false
|
||||
type: text
|
||||
- default: '60000'
|
||||
edit: true
|
||||
envKey: TIMEOUT
|
||||
labelEn: Timeout, in milliseconds, optional
|
||||
labelZh: 超时,单位毫秒,可选
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_HOST
|
||||
labelEn: Socks proxy address, optional, effective when combined with Socks proxy port
|
||||
labelZh: Socks代理地址,可选,和Socks代理端口一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PORT
|
||||
labelEn: Socks proxy port, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理端口,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_USERNAME
|
||||
labelEn: Socks proxy user name, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理用户名,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PASSWORD
|
||||
labelEn: Socks proxy password, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理密码,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: HTTPS_PROXY
|
||||
labelEn: HTTPS proxy, optional, supports http, https, socks5
|
||||
labelZh: HTTPS代理,可选,支持http,https,socks5
|
||||
required: false
|
||||
type: text
|
||||
|
||||
Reference in New Issue
Block a user