mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +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,6 @@
|
||||
{
|
||||
"Hunyuan": "腾讯混元",
|
||||
"all": "全部",
|
||||
"api_key": "API 密钥",
|
||||
"azure": "微软 Azure",
|
||||
"base_url": "代理地址",
|
||||
@@ -16,6 +17,11 @@
|
||||
"confirm_delete_channel": "确认删除 【{{name}}】渠道?",
|
||||
"copy_model_id_success": "已复制模型id",
|
||||
"create_channel": "新增渠道",
|
||||
"aipoint_usage": "积分消耗",
|
||||
"dashboard_error_calls": "错误次数",
|
||||
"dashboard_model": "模型",
|
||||
"dashboard_points": "积分",
|
||||
"dashboard_token_usage": "Tokens 消耗",
|
||||
"default_url": "默认地址",
|
||||
"detail": "详情",
|
||||
"duration": "耗时",
|
||||
@@ -23,6 +29,7 @@
|
||||
"edit_channel": "渠道配置",
|
||||
"enable_channel": "启用",
|
||||
"forbid_channel": "禁用",
|
||||
"input": "输入",
|
||||
"key_type": "API key 格式: ",
|
||||
"log": "调用日志",
|
||||
"log_detail": "日志详情",
|
||||
@@ -33,9 +40,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