Files
FastGPT/packages/web/i18n/zh-Hant/account_model.json
Archer 9d6a48a62f perf: mcp save raw schema (#5030)
* perf: mcp save raw schema

* fix: test

* code

* perf: json schema test

* perf: mcp
2025-06-13 18:46:55 +08:00

93 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Hunyuan": "騰訊混元",
"aipoint_usage": "積分消耗",
"all": "全部",
"api_key": "API 金鑰",
"avg_response_time": "平均調用時長 (秒)",
"avg_ttfb": "平均首字時長 (秒)",
"azure": "Azure",
"base_url": "代理地址",
"channel_name": "管道名稱",
"channel_priority": "優先順序",
"channel_priority_tip": "優先順序越高的管道,越容易被請求到",
"channel_status": "狀態",
"channel_status_auto_disabled": "自動停用",
"channel_status_disabled": "停用",
"channel_status_enabled": "啟用",
"channel_status_unknown": "未知",
"channel_type": "協議類型",
"chart_mode_cumulative": "累積",
"chart_mode_incremental": "分時",
"clear_model": "清空模型",
"confirm_delete_channel": "確認刪除【{{name}}】管道?",
"copy_model_id_success": "已復制模型 id",
"create_channel": "新增管道",
"dashboard_call_trend": "模型呼叫次數趨勢",
"dashboard_channel": "管道",
"dashboard_cost_trend": "積分消耗",
"dashboard_error_calls": "錯誤次數",
"dashboard_input_tokens": "輸入Tokens",
"dashboard_model": "模型",
"dashboard_no_data": "暫無資料",
"dashboard_output_tokens": "輸出Tokens",
"dashboard_points": "積分",
"dashboard_success_calls": "成功次數",
"dashboard_token_trend": "Tokens使用趨勢",
"dashboard_token_usage": "Tokens 消耗",
"dashboard_total_calls": "總呼叫次數:",
"dashboard_total_cost": "總成本",
"dashboard_total_cost_label": "總成本:",
"dashboard_total_tokens": "總Tokens",
"default_url": "預設地址",
"detail": "詳細資訊",
"duration": "耗時",
"edit": "編輯",
"edit_channel": "管道設定",
"enable_channel": "啟用",
"forbid_channel": "停用",
"input": "輸入",
"key_type": "API key 格式:",
"log": "呼叫日誌",
"log_detail": "日誌詳細資訊",
"log_request_id_search": "根據 requestId 搜尋",
"log_status": "狀態",
"mapping": "模型對映",
"mapping_tip": "需填寫一個有效 Json。\n可在向實際地址傳送請求時對模型進行對映。\n例如\n{\n \n \"gpt-4o\": \"gpt-4o-test\"\n\n}\n\n當 FastGPT 請求 gpt-4o 模型時,會向實際地址傳送 gpt-4o-test 的模型,而不是 gpt-4o。",
"maxToken_tip": "模型 max_tokens 參數",
"max_rpm": "最大RPM (每分鐘請求數)",
"max_temperature_tip": "模型 temperature 參數,不填則代表模型不支援 temperature 參數。",
"max_tpm": "最大TPM (每分鐘Token數)",
"model": "模型",
"model_error_rate": "失敗率",
"model_error_request_times": "失敗次數",
"model_name": "模型名",
"model_request_times": "請求次數",
"model_test": "模型測試",
"model_tokens": "輸入/輸出 Tokens",
"monitoring": "監控",
"output": "輸出",
"request_at": "請求時間",
"request_duration": "請求時長:{{duration}}s",
"retry_times": "重試次數",
"running_test": "測試中",
"search_model": "搜尋模型",
"select_channel": "選擇管道名稱",
"select_model": "選擇模型",
"select_model_placeholder": "選擇該管道下可用的模型",
"select_provider_placeholder": "搜索協議類型",
"selected_model_empty": "至少選擇一個模型",
"start_test": "批次測試{{num}}個模型",
"test_failed": "有{{num}}個模型報錯",
"timespan_day": "天",
"timespan_hour": "小時",
"timespan_label": "時間顆粒度",
"timespan_minute": "分鐘",
"total_call_volume": "調用總量",
"view_chart": "圖表",
"view_table": "表格",
"vlm_model": "圖片理解模型",
"vlm_model_tip": "用於知識庫中對文件中的圖片進行額外的索引生成",
"volunme_of_failed_calls": "調用失敗量",
"waiting_test": "等待測試"
}