mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: bym qq
This commit is contained in:
parent
1149f34070
commit
5692af692b
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export class bym extends plugin {
|
||||||
'以下是聊天记录:' + chats
|
'以下是聊天记录:' + chats
|
||||||
.map(chat => {
|
.map(chat => {
|
||||||
let sender = chat.sender || chat || {}
|
let sender = chat.sender || chat || {}
|
||||||
return `${sender.card || sender.nickname} :${chat.raw_message}`
|
return `${sender.card || sender.nickname}(${sender.user_id}) :${chat.raw_message}`
|
||||||
})
|
})
|
||||||
.join('\n') +
|
.join('\n') +
|
||||||
`\n你的回复应该尽可能简练,像人类一样随意,不要附加任何奇怪的东西,如聊天记录的格式(比如${Config.assistantLabel}:),禁止重复聊天记录。`
|
`\n你的回复应该尽可能简练,像人类一样随意,不要附加任何奇怪的东西,如聊天记录的格式(比如${Config.assistantLabel}:),禁止重复聊天记录。`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue