fix: 复活Copilot但有代价

This commit is contained in:
ikechan8370 2025-02-04 23:11:07 +08:00
parent dcae426cfa
commit 243331aa2e
5 changed files with 201 additions and 398 deletions

View file

@ -156,7 +156,6 @@ const defaultConfig = {
serpSource: 'ikechan8370',
extraUrl: 'https://cpe.ikechan8370.com',
smartMode: false,
bingCaptchaOneShotUrl: '',
// claude2
claudeAIOrganizationId: '',
claudeAISessionKey: '',
@ -219,6 +218,14 @@ const defaultConfig = {
forwardReasoning: true,
geminiEnableGoogleSearch: false,
geminiEnableCodeExecution: false,
bingAiToken: '', // copilot.microsoft.com accessToken
bingAiClientId: '',
bingAiScope: '140e65af-45d1-4427-bf08-3e7295db6836/ChatAI.ReadWrite openid profile offline_access',
bingAiRefreshToken: '',
bingAiOid: '',
_2captchaKey: '',
bingReasoning: false, // 是否深度思考
version: 'v2.8.3'
}
const _path = process.cwd()