mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: xh bym
This commit is contained in:
parent
6f3679b70d
commit
43fb604742
2 changed files with 5 additions and 3 deletions
|
|
@ -84,7 +84,8 @@ export class bym extends plugin {
|
|||
bing: system,
|
||||
claude: system,
|
||||
claude2: system,
|
||||
gemini: system
|
||||
gemini: system,
|
||||
xh: system
|
||||
},
|
||||
settings: {
|
||||
replyPureTextCallback: msg => {
|
||||
|
|
|
|||
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue