Timothy Jaeryang Baek 4 月之前
父节点
当前提交
db836c53f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 () => {
 		titleAutoGenerate = $settings?.title?.auto ?? true;
 		autoTags = $settings.autoTags ?? true;
+		autoFollowUps = $settings.autoFollowUps ?? true;
 
 		highContrastMode = $settings.highContrastMode ?? false;