fix chatgpt

This commit is contained in:
jxxghp 2023-08-08 09:17:31 +08:00
parent f461a5d5d2
commit 5fcd7cb5ce

View File

@ -329,7 +329,7 @@ class MessageChain(ChainBase):
EventType.UserMessage, EventType.UserMessage,
{ {
"text": content, "text": content,
"user": userid, "userid": userid,
"channel": channel "channel": channel
} }
) )