balibabu
commited on
Commit
·
ad77ab2
1
Parent(s):
aa6dc45
The interface supported by Traditional Chinese is not complete #1074 (#1082)
Browse files…1074
### What problem does this PR solve?
The interface supported by Traditional Chinese is not complete #1074
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
web/src/locales/zh-traditional.ts
CHANGED
@@ -302,10 +302,10 @@ export default {
|
|
302 |
knowledgeBasesMessage: '請選擇',
|
303 |
knowledgeBasesTip: '選擇關聯的知識庫。',
|
304 |
system: '系統',
|
305 |
-
systemInitialValue:
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
systemMessage: '請輸入',
|
310 |
systemTip:
|
311 |
'當LLM回答問題時,你需要LLM遵循的說明,比如角色設計、答案長度和答案語言等。',
|
|
|
302 |
knowledgeBasesMessage: '請選擇',
|
303 |
knowledgeBasesTip: '選擇關聯的知識庫。',
|
304 |
system: '系統',
|
305 |
+
systemInitialValue: `你是一個智能助手,請總結知識庫的內容來回答問題,請列舉知識庫中的數據詳細回答。當所有知識庫內容都與問題無關時,你的回答必須包括“知識庫中未找到您要的答案!”這句話。回答需要考慮聊天歷史。
|
306 |
+
以下是知識庫:
|
307 |
+
{knowledge}
|
308 |
+
以上是知識庫。`,
|
309 |
systemMessage: '請輸入',
|
310 |
systemTip:
|
311 |
'當LLM回答問題時,你需要LLM遵循的說明,比如角色設計、答案長度和答案語言等。',
|