소스 검색

Update +page.svelte

Timothy J. Baek 1 년 전
부모
커밋
7cc79f01cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/routes/+page.svelte

+ 1 - 1
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
 			})
 		})