mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
33d40fd077
* feat: system Tool (#4959) * feat: independent system tool * chore: use ToolNode instead of PluginModule * chore: tools * chore: tools templateDir * refactor: templates * feat: flush code * chore: update template * refactor: migrate delay * feat: worker pool * chore: Dockerfile * docs: add tools.template.json * feat: auto flush system tools * fix: ts error * chore: create new pool temporarily * chore: system tool migration * chore: migration * fix: fix pnpm-workspace.yaml * chore: update pnpm-lock.yaml to integrate tool * chore(systemTool): chore * chore: add system plugin * chore(deps): update @fastgpt-sdk/plugin * fix: type error * chore: remove plugin package * chore: move pro plugins code to open source * feat: support system tool config input * fix: type error * perf: i18n * fix: cr * chore: update sdk * feat: system plugin cache * update mcp server (#5076) * update mcp server * fix: action * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * feat: system Tool (#4959) * feat: independent system tool * chore: use ToolNode instead of PluginModule * chore: tools * chore: tools templateDir * refactor: templates * feat: flush code * chore: update template * refactor: migrate delay * feat: worker pool * chore: Dockerfile * docs: add tools.template.json * feat: auto flush system tools * fix: ts error * chore: create new pool temporarily * chore: system tool migration * chore: migration * fix: fix pnpm-workspace.yaml * chore: update pnpm-lock.yaml to integrate tool * chore(systemTool): chore * chore: add system plugin * chore(deps): update @fastgpt-sdk/plugin * fix: type error * chore: remove plugin package * chore: move pro plugins code to open source * feat: support system tool config input * fix: type error * perf: i18n * fix: cr * chore: update sdk * feat: system plugin cache * perf: run tool * update package * perf: config key * fix: tool ini * tool config params * perf: workflow type * rename tools to agent * version list * perf: tool error * config secret ux * perf: config secret ux * fix: tool config field * add course to secret input * feat: support inputConfig switch (#5099) * feat: support inputConfig switch * deps: update @fastgpt-sdk/plugin * chore: update workflows * fix: inputType * fix: secret * add default value to node * update i18n * eslint * add precision to number input * feat: add number input and select * perf: number ux * fix: code * Proxies image requests to plugin service (#5111) * Proxies image requests to plugin service Adds a rewrite rule and API endpoint to proxy image requests to the plugin service. This allows the app to fetch images from the plugin's tools directory. It also adds the plugin base URL to the service's constants, so that it can use the plugin URL when proxying requests. * fix: update FastGPTPluginUrl to remove unnecessary API path * feat: update image proxy destination and add plugin image handler * Adapt plugin id * replace avatar * remove rewrite * fix: plugin avatar * update system tool doc * feat: system tool type * yml sh * yml sh * update doc * fix: simple app tool select * fix: switch ui * update pacakge * Yamljs (#5129) * update docker-compose configuration: bump fastgpt and fastgpt-plugin images, change minio host to service name, and adjust service dependencies * refactor: comment out port exposure in docker-compose configuration * update: uncomment port exposure in docker-compose configuration * update: change MINIO_HOST to use specific IP address in docker configuration * update: modify fastgpt-plugin image version in docker configuration * update readme * doc * remove --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com>
87 lines
5.4 KiB
JSON
87 lines
5.4 KiB
JSON
{
|
|
"account_team.delete_dataset": "刪除知識庫",
|
|
"active_model": "可用模型",
|
|
"add_default_model": "新增預設模型",
|
|
"api_key": "API 金鑰",
|
|
"bills_and_invoices": "帳單與發票",
|
|
"channel": "模型管道",
|
|
"config_model": "模型設定",
|
|
"confirm_logout": "確認登出登入?",
|
|
"create_channel": "新增頻道",
|
|
"create_model": "新增模型",
|
|
"custom_model": "自訂模型",
|
|
"default_model": "預設模型",
|
|
"default_model_config": "預設模型設定",
|
|
"logout": "登出",
|
|
"model.active": "啟用",
|
|
"model.alias": "別名",
|
|
"model.alias_tip": "模型在系統中展示的名字,方便使用者理解",
|
|
"model.censor": "啟用敏感校驗",
|
|
"model.censor_tip": "如果需要進行敏感校驗,則開啟該開關",
|
|
"model.charsPointsPrice": "模型綜合價格",
|
|
"model.charsPointsPrice_tip": "將模型輸入和輸出合併起來進行 Token 計費,語言模型如果單獨設定了輸入和輸出計費,則按輸入和輸出分別計算",
|
|
"model.custom_cq_prompt": "自訂問題分類提示詞",
|
|
"model.custom_cq_prompt_tip": "覆蓋系統預設的問題分類提示詞,預設為:\n\"\"\"\n{{prompt}}\n\"\"\"",
|
|
"model.custom_extract_prompt": "自訂內容提取提示詞",
|
|
"model.custom_extract_prompt_tip": "覆蓋系統的提示詞,預設為:\n\"\"\"\n{{prompt}}\n\"\"\"",
|
|
"model.dataset_process": "用於知識庫文件處理",
|
|
"model.defaultConfig": "額外 Body 參數",
|
|
"model.defaultConfig_tip": "每次請求時候,都會攜帶該額外 Body 參數",
|
|
"model.default_config": "Body 額外欄位",
|
|
"model.default_config_tip": "發起對話請求時候,合併該設定。例如:\n\"\"\"\n{\n \"temperature\": 1,\n \"max_tokens\": null\n}\n\"\"\"",
|
|
"model.default_model": "預設模型",
|
|
"model.default_system_chat_prompt": "預設提示詞",
|
|
"model.default_system_chat_prompt_tip": "模型對話時,都會攜帶該預設提示詞",
|
|
"model.default_token": "預設分塊長度",
|
|
"model.default_token_tip": "索引模型預設文字分塊的長度,必須小於最大上文",
|
|
"model.delete_model_confirm": "確認刪除該模型?",
|
|
"model.edit_model": "模型參數編輯",
|
|
"model.function_call": "支援函式呼叫",
|
|
"model.function_call_tip": "如果模型支援函式呼叫,則開啟該開關。\n工具呼叫優先權更高。",
|
|
"model.input_price": "模型輸入價格",
|
|
"model.input_price_tip": "語言模型輸入價格,如果設定了該項,則模型綜合價格會失效",
|
|
"model.json_config": "設定檔",
|
|
"model.json_config_confirm": "確認使用該設定進行覆蓋?",
|
|
"model.json_config_tip": "透過設定檔設定模型,點選確認後,會使用輸入的設定進行全量覆蓋,請確保設定檔輸入正確。\n建議操作前,複製目前設定檔進行備份。",
|
|
"model.max_quote": "知識庫最大引用",
|
|
"model.max_temperature": "最大溫度",
|
|
"model.model_id": "模型 ID",
|
|
"model.model_id_tip": "模型的唯一標識,也就是實際請求到服務商 model 的值,需要與 OneAPI 頻道中的模型對應。",
|
|
"model.normalization": "歸一化處理",
|
|
"model.normalization_tip": "如果 Embedding API 未對向量值進行歸一化,可以啟用該開關,系統會進行歸一化處理。\n\n未歸一化的 API,表現為向量檢索得分會大於 1。",
|
|
"model.output_price": "模型輸出價格",
|
|
"model.output_price_tip": "語言模型輸出價格,如果設定了該項,則模型綜合價格會失效",
|
|
"model.param_name": "參數名稱",
|
|
"model.reasoning": "支援輸出思考",
|
|
"model.reasoning_tip": "例如 Deepseek-reasoner,可以輸出思考過程。",
|
|
"model.request_auth": "自訂請求 Key",
|
|
"model.request_auth_tip": "向自訂請求地址發起請求時候,攜帶請求頭:Authorization: Bearer xxx 進行請求",
|
|
"model.request_url": "自訂請求地址",
|
|
"model.request_url_tip": "如果填寫該值,則會直接向該地址發起請求,不經過 OneAPI。\n需要遵循 OpenAI 的 API 格式,並填寫完整請求地址,例如:\n\nLLM: {{host}}/v1/chat/completions\n\nEmbedding: {{host}}/v1/embeddings\n\nSTT: {{host}}/v1/audio/transcriptions\n\nTTS: {{host}}/v1/audio/speech\n\nRerank: {{host}}/v1/rerank",
|
|
"model.response_format": "響應格式",
|
|
"model.show_stop_sign": "展示停止序列參數",
|
|
"model.show_top_p": "展示 Top-p 參數",
|
|
"model.test_model": "模型測試",
|
|
"model.tool_choice": "支援工具呼叫",
|
|
"model.tool_choice_tag": "工具呼叫",
|
|
"model.tool_choice_tip": "如果該模型支援工具呼叫,則開啟該開關",
|
|
"model.used_in_classify": "用於問題分類",
|
|
"model.used_in_extract_fields": "用於文字擷取",
|
|
"model.used_in_query_extension": "用於問題優化",
|
|
"model.used_in_tool_call": "用於工具呼叫節點",
|
|
"model.vision": "支援圖片識別",
|
|
"model.vision_tag": "視覺",
|
|
"model.vision_tip": "如果模型支援圖片識別,則開啟該開關。",
|
|
"model.voices": "聲音角色",
|
|
"model.voices_tip": "透過一個陣列設定多個,例如:\n\n[\n {\n \"label\": \"Alloy\",\n \"value\": \"alloy\"\n },\n {\n \"label\": \"Echo\",\n \"value\": \"echo\"\n }\n]",
|
|
"model_provider": "模型提供者",
|
|
"notifications": "通知",
|
|
"personal_information": "個人資訊",
|
|
"personalization": "個人化",
|
|
"promotion_records": "促銷記錄",
|
|
"reset_default": "恢復預設設定",
|
|
"team": "團隊管理",
|
|
"third_party": "第三方賬號",
|
|
"usage_records": "使用記錄"
|
|
}
|