From 7cc79f01cfde1228b0e456ec5dc78371296bc565 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 18 Oct 2023 02:42:45 -0700 Subject: [PATCH] Update +page.svelte --- src/routes/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f2b536863..5f68aad16 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -348,7 +348,7 @@ }, body: JSON.stringify({ model: selectedModel, - prompt: `Create an extremely short title for the following question with 3-5 words without using the word 'title.': ${user_prompt}`, + prompt: `Generate a brief 3-5 word title for this question, excluding the term 'title.' Then, please reply with only the title: ${user_prompt}`, stream: false }) })