fix: 增加claude.ai对话超时配置项

This commit is contained in:
ikechan8370 2023-09-19 09:47:48 +08:00
parent 08e92d871e
commit 77f6d2d85b
3 changed files with 9 additions and 1 deletions

View file

@ -619,6 +619,12 @@ export function supportGuoba () {
bottomHelpMessage: 'claude.ai使用的浏览器UAhttps://scrapfly.io/web-scraping-tools/http2-fingerprint或https://ja3.zone/check查看。如果用了反代就不用管',
component: 'Input'
},
{
field: 'claudeAITimeout',
label: 'claude2超时时间',
bottomHelpMessage: '等待响应的超时时间单位为秒默认为30。如果不使用反代而是使用代理可以适当调低。',
component: 'InputNumber'
},
{
label: '以下为ChatGLM方式的配置',
component: 'Divider'