mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
optimize the title for new chat, fixed bug for clear chat history
This commit is contained in:
@@ -55,6 +55,7 @@ export function appendChatHistory(chatId, message) {
|
||||
|
||||
export function clearChatHistory() {
|
||||
Storage.remove(ChatHistoryKey);
|
||||
Storage.remove(ChatListKey);
|
||||
}
|
||||
|
||||
// 获取指定会话的历史记录
|
||||
|
||||
Reference in New Issue
Block a user