Commit dfc40db8 by archer

prompt

parent 7f48acc4
...@@ -211,7 +211,7 @@ function filterQuote({ ...@@ -211,7 +211,7 @@ function filterQuote({
const quotePrompt = const quotePrompt =
filterQuoteQA.length > 0 filterQuoteQA.length > 0
? `"""${filterQuoteQA ? `"""${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')}"""` .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