mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
fix: rerank usage (#4751)
* remove invalid index * perf: i18n * fix: rerank usage
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
"comfirm_leave_page": "確認離開此頁面?",
|
||||
"Continue_Adding": "繼續新增",
|
||||
"Copy": "複製",
|
||||
"Copy Successful": "複製成功",
|
||||
"copy_successful": "複製成功",
|
||||
"create_failed": "建立失敗",
|
||||
"create_success": "建立成功",
|
||||
"create_time": "建立時間",
|
||||
@@ -238,7 +238,7 @@
|
||||
"have_done": "已完成",
|
||||
"input.Repeat Value": "重複的值",
|
||||
"is_requesting": "請求中...",
|
||||
"jsonEditor.Parse error": "可能有 JSON 錯誤,請仔細檢查",
|
||||
"json_parse_error": "可能有 JSON 錯誤,請仔細檢查",
|
||||
"json_config": "JSON 設定",
|
||||
"link.UnValid": "無效的連結",
|
||||
"month": "月",
|
||||
@@ -250,13 +250,13 @@
|
||||
"redo_tip_mac": "重做 ⌘ shift z",
|
||||
"request_end": "已載入全部",
|
||||
"request_more": "點選載入更多",
|
||||
"speech.error tip": "語音轉文字失敗",
|
||||
"speech.not support": "您的瀏覽器不支援語音輸入",
|
||||
"speech_error_tip": "語音轉文字失敗",
|
||||
"speech_not_support": "您的瀏覽器不支援語音輸入",
|
||||
"submit_success": "送出成功",
|
||||
"submitted": "已送出",
|
||||
"support": "支援",
|
||||
"system.Help Chatbot": "機器人助手",
|
||||
"system.Use Helper": "使用說明",
|
||||
"system_help_chatbot": "機器人助手",
|
||||
"use_helper": "使用說明",
|
||||
"ui.textarea.Magnifying": "放大",
|
||||
"undo_tip": "復原 ctrl z",
|
||||
"undo_tip_mac": "復原 ⌘ z ",
|
||||
@@ -273,7 +273,6 @@
|
||||
"contact_way": "通知接收",
|
||||
"contribute_app_template": "貢獻範本",
|
||||
"core.Chat": "對話",
|
||||
"core.Max Token": "單筆資料上限",
|
||||
"core.ai.Max context": "最大上下文",
|
||||
"core.ai.Model": "AI 模型",
|
||||
"core.ai.Not deploy rerank model": "未部署重新排名模型",
|
||||
|
Reference in New Issue
Block a user