mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
Feat: ai proxy monitor (#4985)
* Aiproxy ModelBoard (#4983) * Aiproxy ModelBoard * Add components LineChartComponent and Make some revisions * perf: ai proxy dashboard * doc * remove invalid i18n * remove invalid i18n --------- Co-authored-by: Zhuangzai fa <143257420+ctrlz526@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"Hunyuan": "騰訊混元",
|
||||
"aipoint_usage": "積分消耗",
|
||||
"all": "全部",
|
||||
"api_key": "API 金鑰",
|
||||
"azure": "Azure",
|
||||
"base_url": "代理地址",
|
||||
@@ -16,6 +18,7 @@
|
||||
"confirm_delete_channel": "確認刪除【{{name}}】管道?",
|
||||
"copy_model_id_success": "已復制模型 id",
|
||||
"create_channel": "新增管道",
|
||||
"dashboard_token_usage": "Tokens 消耗",
|
||||
"default_url": "預設地址",
|
||||
"detail": "詳細資訊",
|
||||
"duration": "耗時",
|
||||
@@ -23,6 +26,7 @@
|
||||
"edit_channel": "管道設定",
|
||||
"enable_channel": "啟用",
|
||||
"forbid_channel": "停用",
|
||||
"input": "輸入",
|
||||
"key_type": "API key 格式:",
|
||||
"log": "呼叫日誌",
|
||||
"log_detail": "日誌詳細資訊",
|
||||
@@ -33,9 +37,14 @@
|
||||
"maxToken_tip": "模型 max_tokens 參數",
|
||||
"max_temperature_tip": "模型 temperature 參數,不填則代表模型不支援 temperature 參數。",
|
||||
"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": "重試次數",
|
||||
|
Reference in New Issue
Block a user