feat: 更新锅巴提示

This commit is contained in:
zhiyu1998 2024-08-01 15:31:57 +08:00
parent 3ac4e9311c
commit e93d3862d2

View File

@ -135,9 +135,9 @@ export function supportGuoba() {
}, },
{ {
field: "tools.queueConcurrency", field: "tools.queueConcurrency",
label: "允许多用户下载个数", label: "(高级)队列长度",
bottomHelpMessage: bottomHelpMessage:
"【目前只涉及哔哩哔哩的下载功能】根据服务器性能设置可以并发下载的个数如果你的服务器比较强劲就选择4~12较弱就一个一个下载选择1", "【目前只涉及哔哩哔哩的下载功能】允许队列下载个数:根据服务器性能设置可以并发下载的个数如果你的服务器比较强劲就选择4~12较弱就一个一个下载选择1",
component: "Input", component: "Input",
required: false, required: false,
componentProps: { componentProps: {
@ -146,9 +146,9 @@ export function supportGuoba() {
}, },
{ {
field: "tools.videoDownloadConcurrency", field: "tools.videoDownloadConcurrency",
label: "使用下载视频的并发个数", label: "(高级)下载并发个数",
bottomHelpMessage: bottomHelpMessage:
"与【允许多用户下载个数】不同这个功能影响下载速度。默认是1使用根据服务器性能进行选择如果不确定是否可以用1即可高性能服务器随意4~12都可以看CPU的实力", "【涉及哔哩哔哩、抖音】下载并发个数:与【允许多用户下载个数】不同这个功能影响下载速度。默认是1表示不使用使用根据服务器性能进行选择如果不确定是否可以用1即可高性能服务器随意4~12都可以看CPU的实力",
component: "Input", component: "Input",
required: false, required: false,
componentProps: { componentProps: {
@ -170,7 +170,7 @@ export function supportGuoba() {
field: "tools.aiBaseURL", field: "tools.aiBaseURL",
label: "AI接口地址", label: "AI接口地址",
bottomHelpMessage: bottomHelpMessage:
"支持Kimi、OpenAI、Claude等", "支持Kimi、OpenAI、Claude等例如官方的可以填写https://api.moonshot.cn如果是本机可以填写http://localhost:8000",
component: "Input", component: "Input",
required: false, required: false,
componentProps: { componentProps: {
@ -181,7 +181,7 @@ export function supportGuoba() {
field: "tools.aiApiKey", field: "tools.aiApiKey",
label: "AI的key", label: "AI的key",
bottomHelpMessage: bottomHelpMessage:
"服务商提供的api key", "服务商提供的api key如果是官方的就是sk-....如果是本机的就是ey...推荐使用ey因为sk没有联网功能",
component: "Input", component: "Input",
required: false, required: false,
componentProps: { componentProps: {
@ -192,11 +192,11 @@ export function supportGuoba() {
field: "tools.aiModel", field: "tools.aiModel",
label: "AI的模型", label: "AI的模型",
bottomHelpMessage: bottomHelpMessage:
"默认使用的是Claude也可以自定义模型", "默认使用的是moonshot-v1-8k也可以自定义模型只要能联网就能使用",
component: "Input", component: "Input",
required: false, required: false,
componentProps: { componentProps: {
placeholder: "请输入AI的模型例如claude-3-haiku-20240307使用kimi则不用填写", placeholder: "请输入AI的模型例如moonshot-v1-8k使用kimi则不用填写",
}, },
} }
], ],