Skip to content

Commit 9487829

Browse files
committed
change max_chat_preserve = 10
1 parent a73074b commit 9487829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ async function save_conversation_history() {
10341034
return timeB - timeA;
10351035
});
10361036

1037-
const max_chat_preserve = 4;
1037+
const max_chat_preserve = 10;
10381038

10391039
if (conversation_history.length >= max_chat_preserve + 1) {
10401040
toast_push('对话时间线记录已满,正在移除最早的对话记录。您也可以点击左侧的记录点进行手动清理。', 3000);

0 commit comments

Comments
 (0)