mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: remove the space before promptText (#886)
### What problem does this PR solve? feat: remove the space before promptText #882 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -273,7 +273,7 @@ export default {
|
||||
promptMessage: 'Prompt is required',
|
||||
promptText: `Please summarize the following paragraphs. Be careful with the numbers, do not make things up. Paragraphs as following:
|
||||
{cluster_content}
|
||||
The above is the content you need to summarize.`,
|
||||
The above is the content you need to summarize.`,
|
||||
maxToken: 'Max token',
|
||||
maxTokenTip: 'Maximum token number for summarization.',
|
||||
maxTokenMessage: 'Max token is required',
|
||||
|
||||
Reference in New Issue
Block a user