Skip to content

Commit

Permalink
fix: preprompt in new conv not using settings store
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Dec 12, 2023
1 parent 5b0d756 commit a32541c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
body: JSON.stringify({
model: $settings.activeModel,
preprompt: $settings.customPrompts[data.settings.activeModel],
preprompt: $settings.customPrompts[$settings.activeModel],
}),
});
Expand Down

0 comments on commit a32541c

Please sign in to comment.