diff --git a/memento-note/app/actions/ai-settings.ts b/memento-note/app/actions/ai-settings.ts index c8b1c8e..444d2f6 100644 --- a/memento-note/app/actions/ai-settings.ts +++ b/memento-note/app/actions/ai-settings.ts @@ -199,7 +199,9 @@ const getCachedAISettings = unstable_cache( desktopNotifications: false, anonymousAnalytics: false, theme: 'light' as const, - fontSize: 'medium' as const + fontSize: 'medium' as const, + languageDetection: true, + autoLabeling: true, } } }, @@ -232,7 +234,9 @@ export async function getAISettings(userId?: string) { desktopNotifications: false, anonymousAnalytics: false, theme: 'light' as const, - fontSize: 'medium' as const + fontSize: 'medium' as const, + languageDetection: true, + autoLabeling: true, } }