fix: xh bym

This commit is contained in:
ikechan8370 2025-02-03 00:19:18 +08:00
parent 6f3679b70d
commit 43fb604742
2 changed files with 5 additions and 3 deletions

View file

@ -84,7 +84,8 @@ export class bym extends plugin {
bing: system,
claude: system,
claude2: system,
gemini: system
gemini: system,
xh: system
},
settings: {
replyPureTextCallback: msg => {

View file

@ -127,7 +127,8 @@ class Core {
bing: Config.sydney,
claude: Config.claudeSystemPrompt,
claude2: Config.claudeSystemPrompt,
gemini: Config.geminiPrompt
gemini: Config.geminiPrompt,
xh: Config.xhPrompt
},
settings: {
replyPureTextCallback: undefined
@ -570,7 +571,7 @@ class Core {
e,
chatId: conversation?.conversationId,
image: image ? image[0] : undefined,
system: Config.xhPrompt
system: opt.system.xh
})
return response
} else if (use === 'azure') {