Timothy Jaeryang Baek 4 months ago
parent
commit
db836c53f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/chat/Settings/Interface.svelte

+ 1 - 0
src/lib/components/chat/Settings/Interface.svelte

@@ -293,6 +293,7 @@
 	onMount(async () => {
 	onMount(async () => {
 		titleAutoGenerate = $settings?.title?.auto ?? true;
 		titleAutoGenerate = $settings?.title?.auto ?? true;
 		autoTags = $settings.autoTags ?? true;
 		autoTags = $settings.autoTags ?? true;
+		autoFollowUps = $settings.autoFollowUps ?? true;
 
 
 		highContrastMode = $settings.highContrastMode ?? false;
 		highContrastMode = $settings.highContrastMode ?? false;