Commit dfc40db8 by archer

prompt

parent 7f48acc4
......@@ -211,7 +211,7 @@ function filterQuote({
const quotePrompt =
filterQuoteQA.length > 0
? `"""${filterQuoteQA
.map((item) => (item.a ? `${item.q}\n${item.a}` : item.q))
.map((item) => (item.a ? `[${item.q}\n${item.a}]` : `[${item.q}]`))
.join('\n\n')}"""`
: '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment