Skip to content

Commit 92f70da

Browse files
committed
a
1 parent 7040934 commit 92f70da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/ai.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
const loadingBubble = addMsg("", "ht-ai");
7878
loadingBubble.innerHTML = LOADER_HTML;
7979

80-
const content = context ? `Context:\n${context}\n\nQuestion:\n${question}` : question;
80+
const content = context ? `### Context:\n${context}\n\n### Question to answer:\n${question}` : question;
8181
try {
8282
const res = await fetch(`${API_BASE}/${threadId}/messages`, { method:"POST", credentials:"include", headers:{"Content-Type":"application/json"}, body:JSON.stringify({content}) });
8383
if (!res.ok) {

0 commit comments

Comments
 (0)