mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-09-15 02:56:10 +08:00
profile: harden batch analysis and compaction
This commit is contained in:
@@ -75,12 +75,6 @@ object PluginConfig : AutoSavePluginConfig("Config") {
|
||||
@ValueDescription("画像分析模型额外请求体JSON。留空时继承聊天模型额外请求体")
|
||||
val profileModelExtraBody: String by value("")
|
||||
|
||||
@ValueDescription("画像分析提示词文件路径,相对于插件配置目录")
|
||||
val profilePromptFile: String by value("ProfilePrompt.md")
|
||||
|
||||
@ValueDescription("闭合群聊多人画像提示词文件路径,相对于插件配置目录")
|
||||
val profileConversationPromptFile: String by value("ProfileConversationPrompt.md")
|
||||
|
||||
@ValueDescription("画像分析使用的聊天记录SQLite路径。留空时使用插件自己的chat-history.sqlite;本地实验可填写历史库绝对路径")
|
||||
val profileHistoryDatabasePath: String by value("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user