Docs: Chat assistant relative time expressions were enabled in 0.17.1. (#7647)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-14 19:42:27 +08:00
committed by GitHub
parent 5218ff775c
commit 53a2c8e452
10 changed files with 10 additions and 10 deletions

View File

@ -442,7 +442,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
The above is the knowledge base.`,
systemMessage: 'Please input!',
systemTip:
'Your prompts or instructions for the LLM, including but not limited to its role, the desired length, tone, and language of its answers.',
'Your prompts or instructions for the LLM, including but not limited to its role, the desired length, tone, and language of its answers. If your model has native support for reasoning, you can add //no_thinking add the prompt to stop reasoning.',
topN: 'Top N',
topNTip: `Not all chunks with similarity score above the 'similarity threshold' will be sent to the LLM. This selects 'Top N' chunks from the retrieved ones.`,
variable: 'Variable',