mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
fix: model check circle tip (#3786)
* model config * feat: normalization embedding * remove log * version doc * version doc * fix: model check circle tip * uml
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
"Move": "移動",
|
||||
"Name": "名稱",
|
||||
"None": "無",
|
||||
"Operation": "操作",
|
||||
"Rename": "重新命名",
|
||||
"Required_input": "必填",
|
||||
"Resume": "繼續",
|
||||
"Running": "執行中",
|
||||
"Select_all": "全選",
|
||||
@@ -164,7 +166,6 @@
|
||||
"common.Not open": "未開啟",
|
||||
"common.OK": "確定",
|
||||
"common.Open": "開啟",
|
||||
"Operation": "操作",
|
||||
"common.Other": "其他",
|
||||
"common.Output": "輸出",
|
||||
"common.Params": "參數",
|
||||
@@ -178,7 +179,6 @@
|
||||
"common.Remove": "移除",
|
||||
"common.Rename": "重新命名",
|
||||
"common.Request Error": "請求錯誤",
|
||||
"Required_input": "必填",
|
||||
"common.Reset": "恢復預設",
|
||||
"common.Restart": "重新開始",
|
||||
"common.Role": "權限",
|
||||
@@ -878,6 +878,7 @@
|
||||
"dataset.test.noResult": "搜尋結果為空",
|
||||
"deep_rag_search": "深度搜索",
|
||||
"delete_api": "確認刪除此 API 金鑰?\n刪除後該金鑰將立即失效,對應的對話記錄不會被刪除,請確認!",
|
||||
"embedding_model_not_config": "檢測到沒有可用的索引模型",
|
||||
"error.Create failed": "建立失敗",
|
||||
"error.code_error": "驗證碼錯誤",
|
||||
"error.fileNotFound": "找不到檔案",
|
||||
@@ -914,6 +915,7 @@
|
||||
"item_name": "欄位名稱",
|
||||
"just_now": "剛剛",
|
||||
"key_repetition": "鍵值重複",
|
||||
"llm_model_not_config": "檢測到沒有可用的語言模型",
|
||||
"max_quote_tokens": "引用上限",
|
||||
"max_quote_tokens_tips": "單次搜尋最大的 token 數量,中文約 1 字=1.7 tokens,英文約 1 字=1 token",
|
||||
"min_similarity": "最低相關度",
|
||||
|
@@ -6,7 +6,6 @@
|
||||
"forget_password": "忘記密碼?",
|
||||
"login_failed": "登入失敗",
|
||||
"login_success": "登入成功",
|
||||
"model_not_config": "檢測到系統未配置模型,請先配置模型後再使用",
|
||||
"no_remind": "不再提醒",
|
||||
"password_condition": "密碼最多 60 個字元",
|
||||
"password_tip": "密碼至少 6 位,且至少包含兩種組合:數字、字母或特殊字符",
|
||||
|
Reference in New Issue
Block a user