Skip to content

Commit a32541c

Browse files
committed
fix: preprompt in new conv not using settings store
1 parent 5b0d756 commit a32541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
body: JSON.stringify({
2626
model: $settings.activeModel,
27-
preprompt: $settings.customPrompts[data.settings.activeModel],
27+
preprompt: $settings.customPrompts[$settings.activeModel],
2828
}),
2929
});
3030

0 commit comments

Comments
 (0)