mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: 增加claude.ai对话超时配置项
This commit is contained in:
parent
08e92d871e
commit
77f6d2d85b
3 changed files with 9 additions and 1 deletions
|
|
@ -619,6 +619,12 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: 'claude.ai使用的浏览器UA,https://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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue