Skip to content

Commit 946b4ac

Browse files
committed
fix: assistant call
1 parent e57b23e commit 946b4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ app.post("/v1/models/assistant/prompt", async (req, res) => {
4444

4545
await chain.call({
4646
input_documents: relevantDocuments,
47-
question: `${systemPrompt}\n\n${prompt}`,
47+
question: prompt,
4848
});
4949

5050
const sources = new Set(

0 commit comments

Comments
 (0)