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
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en-US/views/document.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -130,8 +130,8 @@ export default {
130
130
'Segments within the selected documents will also be deleted. Please proceed with caution.',
131
131
successMessage: 'Batch deletion successful',
132
132
confirmTitle3: 'Confirm Deleting Document:',
133
-
confirmMessage1:
134
-
'All segments under this document will be deleted. Please proceed with caution.'
133
+
confirmMessage1:'Under this document',
134
+
confirmMessage2: 'All segments will be deleted, please operate with caution.'
135
135
},
136
136
form: {
137
137
source_url: {
@@ -166,11 +166,11 @@ export default {
166
166
title: 'Generate Questions',
167
167
successMessage: 'Question generation successful',
168
168
tip1: 'The {data} in the prompt is a placeholder for segmented content, which is replaced by the segmented content when executed and sent to the AI model;',
169
-
tip2: 'The AI model generates relevant questions based on the segmented content. Please place the generated questions within the <question></question> tags, and the system will automatically associate the questions within these tags;',
170
-
tip3: 'The generation effect depends on the selected model and prompt. Users can adjust to achieve the best effect.',
171
-
prompt:`Content: {data}\n
172
-
\n
173
-
Please summarize the above content and generate a summary based on the content 5 a question. \n
174
-
Answer requirements: \n - Please output only questions; \n - Please place each question in<question></question>tag.`
169
+
tip2: 'The AI model generates relevant questions based on the segmented content. Please place the generated questions within the',
170
+
tip3: 'tags, and the system will automatically associate the questions within these tags;',
171
+
tip4: 'The generation effect depends on the selected model and prompt. Users can adjust to achieve the best effect.',
172
+
prompt1:
173
+
'Content: {data}\n \n Please summarize the above content and generate a summary based on the content 5 a question. \nAnswer requirements: \n - Please output only questions; \n - Please place each question in',
0 commit comments