mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: Fix typo.
--bug=1052375 --user=刘瑞斌 【知识库】-生成问题的选择分段选项错误 https://www.tapd.cn/57709429/s/1657971
This commit is contained in:
parent
647c660476
commit
52fb9be576
|
|
@ -51,10 +51,10 @@
|
|||
<el-form-item :label="$t('views.problem.relateParagraph.selectParagraph')" prop="state">
|
||||
<el-radio-group v-model="state" class="radio-block">
|
||||
<el-radio value="error" size="large" class="mb-16">{{
|
||||
$t('views.document.form.selectVectorization.error')
|
||||
$t('views.document.generateQuestion.error')
|
||||
}}</el-radio>
|
||||
<el-radio value="all" size="large">{{
|
||||
$t('views.document.form.selectVectorization.all')
|
||||
$t('views.document.generateQuestion.all')
|
||||
}}</el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@ export default {
|
|||
tip4: 'The generation effect depends on the selected model and prompt. Users can adjust to achieve the best effect.',
|
||||
prompt1:
|
||||
'Content: {data}\n \n Please summarize the above and generate 5 questions based on the summary. \nAnswer requirements: \n - Please output only questions; \n - Please place each question in',
|
||||
prompt2: 'tag.'
|
||||
prompt2: 'tag.',
|
||||
error: 'Segments only failed',
|
||||
all: 'All Segments'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -168,6 +168,8 @@ export default {
|
|||
tip3: '标签中,系统会自动关联标签中的问题;',
|
||||
tip4: '生成效果依赖于所选模型和提示词,用户可自行调整至最佳效果。',
|
||||
prompt1: `内容:{data}\n\n请总结上面的内容,并根据内容总结生成 5 个问题。\n回答要求:\n- 请只输出问题;\n- 请将每个问题放置`,
|
||||
prompt2: `标签中。`
|
||||
prompt2: `标签中。`,
|
||||
error: '仅执行未成功的分段',
|
||||
all: '全部分段'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -168,6 +168,8 @@ export default {
|
|||
tip3: '標籤中,系統會自動關聯標籤中的問題;',
|
||||
tip4: '生成效果取決於所選模型和提示詞,用戶可自行調整至最佳效果。',
|
||||
prompt1: `內容:{data}\n\n請總結上面的內容,並根據內容總結生成 5 個問題。\n回答要求:\n - 請只輸出問題;\n - 請將每個問題放置在`,
|
||||
prompt2: `標籤中。`
|
||||
prompt2: `標籤中。`,
|
||||
error: '只執行未成功的分段',
|
||||
all: '全部分節'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue