From 408f042f05bfbad6b97b9e443ee180df5876a2eb Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:27:11 +0700 Subject: [PATCH] sidebar: ai: update history note --- .config/ags/modules/sideleft/apis/gemini.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/sideleft/apis/gemini.js b/.config/ags/modules/sideleft/apis/gemini.js index 6c65af647..e55faf7b8 100644 --- a/.config/ags/modules/sideleft/apis/gemini.js +++ b/.config/ags/modules/sideleft/apis/gemini.js @@ -115,7 +115,7 @@ export const GeminiSettings = () => MarginRevealer({ ConfigToggle({ icon: 'history', name: 'History', - desc: 'Saves chat history', + desc: 'Saves chat history\nMessages in previous chats won\'t show automatically, but they are there', initValue: GeminiService.useHistory, onChange: (self, newValue) => { GeminiService.useHistory = newValue;