mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
Feat: Add translation text to the prompt word of the generate operator to distinguish it from the prompt word of the knowledge base #6934 (#6935)
### What problem does this PR solve? Feat: Add translation text to the prompt word of the generate operator to distinguish it from the prompt word of the knowledge base #6934 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1148,6 +1148,10 @@ export default {
|
||||
minus: 'Dash',
|
||||
semicolon: 'Semicolon',
|
||||
},
|
||||
prompt: 'Nhắc nhở',
|
||||
promptTip:
|
||||
'Sử dụng lời nhắc hệ thống để mô tả nhiệm vụ cho LLM, chỉ định cách nó nên phản hồi và phác thảo các yêu cầu khác nhau. Lời nhắc hệ thống thường được sử dụng kết hợp với các khóa (biến), đóng vai trò là các đầu vào dữ liệu khác nhau cho LLM. Sử dụng dấu gạch chéo `/` hoặc nút (x) để hiển thị các khóa cần sử dụng.',
|
||||
promptMessage: 'Nhắc nhở là bắt buộc',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user