mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-13 12:29:58 -05:00
sidebar: ai: update history note
This commit is contained in:
@@ -115,7 +115,7 @@ export const GeminiSettings = () => MarginRevealer({
|
|||||||
ConfigToggle({
|
ConfigToggle({
|
||||||
icon: 'history',
|
icon: 'history',
|
||||||
name: '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,
|
initValue: GeminiService.useHistory,
|
||||||
onChange: (self, newValue) => {
|
onChange: (self, newValue) => {
|
||||||
GeminiService.useHistory = newValue;
|
GeminiService.useHistory = newValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user