mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
feat: Claude2 from claude.ai (#561)
* feat: claude2 test * fix: node-fetch的bug,使用redirect暂时解决 * fix: field error * fix: field error * fix: 引用文件 * fix: filename error * fix: ignore convert document error
This commit is contained in:
parent
bf761c24da
commit
56d6b50aef
5 changed files with 283 additions and 75 deletions
|
|
@ -585,6 +585,22 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: '若启用全局设定,每个人都会默认使用这里的设定。',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
label: '以下为Claude2方式的配置',
|
||||
component: 'Divider'
|
||||
},
|
||||
{
|
||||
field: 'claudeAIOrganizationId',
|
||||
label: 'claude2 OrganizationId',
|
||||
bottomHelpMessage: 'claude.ai的OrganizationId',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'claudeAISessionKey',
|
||||
label: 'claude2 SessionKey',
|
||||
bottomHelpMessage: 'claude.ai Cookie中的SessionKey',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
label: '以下为ChatGLM方式的配置',
|
||||
component: 'Divider'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue