mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: bym也走智能模式配置
This commit is contained in:
parent
b95bacc7e8
commit
6d9c842a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export class bym extends plugin {
|
|||
`\n你的回复应该尽可能简练,像人类一样随意,不要附加任何奇怪的东西,如聊天记录的格式(比如${Config.assistantLabel}:),禁止重复聊天记录。`
|
||||
|
||||
let rsp = await core.sendMessage(e.msg, {}, Config.bymMode, e, {
|
||||
enableSmart: true,
|
||||
enableSmart: Config.smartMode,
|
||||
system: {
|
||||
api: system,
|
||||
qwen: system,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue