You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const SYSTEM_TEMPLATE = `Answer the user's question based on the context below.
Present your answer in a structured Markdown format.
If the context doesn't contain any relevant information to the question, don't make something up and just say "I don't know":
<context>
{context}
</context>
<chat_history>
{chatHistory}
</chat_history>
<question>
{question}
</question>
Answer:
`
因为输出内容有一些我想自定义,如何在不修改代码的情况下修改模板呢?
The text was updated successfully, but these errors were encountered:
在使用知识库时,chat_ollama会设置这个模板:
因为输出内容有一些我想自定义,如何在不修改代码的情况下修改模板呢?
The text was updated successfully, but these errors were encountered: