mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 聊天记录bug;删除日志
This commit is contained in:
parent
9930e53a03
commit
c3eb8ac5db
4 changed files with 9 additions and 11 deletions
|
|
@ -152,7 +152,9 @@ class Core {
|
|||
messages: [],
|
||||
createdAt: Date.now()
|
||||
}
|
||||
logger.info(JSON.stringify(conversations))
|
||||
if (Config.debug) {
|
||||
logger.debug(JSON.stringify(conversations))
|
||||
}
|
||||
const previousCachedMessages = SydneyAIClient.getMessagesForConversation(conversations.messages, conversation.parentMessageId)
|
||||
.map((message) => {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue