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:
ikechan8370 2023-09-08 12:32:40 +08:00 committed by GitHub
parent bf761c24da
commit 56d6b50aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 283 additions and 75 deletions

View file

@ -144,7 +144,10 @@ const defaultConfig = {
extraUrl: 'https://cpe.ikechan8370.com',
smartMode: false,
bingCaptchaOneShotUrl: 'http://bingcaptcha.ikechan8370.com/bing',
version: 'v2.7.3'
// claude2
claudeAIOrganizationId: '',
claudeAISessionKey: '',
version: 'v2.7.4'
}
const _path = process.cwd()
let config = {}