mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
fix: 自定义再系统消息中让他看聊天记录
This commit is contained in:
parent
f1479f0e10
commit
ad62b53af4
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ export default class SydneyAIClient {
|
||||||
previousMessages = invocationId === 0
|
previousMessages = invocationId === 0
|
||||||
? [
|
? [
|
||||||
{
|
{
|
||||||
text: Config.sydney,
|
text: Config.sydney + (groupId ? '你看看我们群里的聊天记录吧,回答问题的时候要参考我们的聊天记录。' : ''),
|
||||||
author: 'system'
|
author: 'system'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue