Skip to content

Commit

Permalink
fix: assistant call
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragAgg5k committed Jan 18, 2025
1 parent e57b23e commit 946b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ app.post("/v1/models/assistant/prompt", async (req, res) => {

await chain.call({
input_documents: relevantDocuments,
question: `${systemPrompt}\n\n${prompt}`,
question: prompt,
});

const sources = new Set(
Expand Down

0 comments on commit 946b4ac

Please sign in to comment.