mirror of
https://github.com/jie65535/JChatGPT.git
synced 2025-12-08 18:31:36 +08:00
Update version to 1.8.0
Add SendVoiceMessage tool Move prompt to SystemPrompt.md file Add tool calling message switch config
This commit is contained in:
@@ -30,6 +30,7 @@ object PluginData : AutoSavePluginData("data") {
|
||||
contactMemory[contactId] = newMemory
|
||||
} else {
|
||||
contactMemory[contactId] = memory.replace(oldMemory, newMemory)
|
||||
.replace("\n\n", "\n")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user