mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
V4.8.17 feature (#3493)
* split tokens into input and output (#3477) * split tokens into input and output * query extension & tool call & question guide * fix * perf: input and output tokens * perf: tool call if else * perf: remove code * fix: extract usage count * fix: qa usage count --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -1,23 +1,25 @@
|
||||
{
|
||||
"usage_detail": "使用详情",
|
||||
"order_number": "订单号",
|
||||
"generation_time": "生成时间",
|
||||
"month": "月",
|
||||
"app_name": "应用名",
|
||||
"source": "来源",
|
||||
"total_points_consumed": "AI 积分消耗",
|
||||
"billing_module": "扣费模块",
|
||||
"module_name": "模块名",
|
||||
"ai_model": "AI 模型",
|
||||
"token_length": "token 长度",
|
||||
"text_length": "文本长度",
|
||||
"duration_seconds": "时长(秒)",
|
||||
"all": "所有",
|
||||
"app_name": "应用名",
|
||||
"billing_module": "扣费模块",
|
||||
"details": "详情",
|
||||
"duration_seconds": "时长(秒)",
|
||||
"generation_time": "生成时间",
|
||||
"input_token_length": "输入 tokens",
|
||||
"member": "成员",
|
||||
"member_name": "成员名",
|
||||
"user_type": "类型",
|
||||
"module_name": "模块名",
|
||||
"month": "月",
|
||||
"no_usage_records": "暂无使用记录",
|
||||
"order_number": "订单号",
|
||||
"output_token_length": "输出 tokens",
|
||||
"project_name": "项目名",
|
||||
"source": "来源",
|
||||
"text_length": "文本长度",
|
||||
"token_length": "token 长度",
|
||||
"total_points": "AI 积分消耗",
|
||||
"details": "详情",
|
||||
"no_usage_records": "暂无使用记录"
|
||||
}
|
||||
"total_points_consumed": "AI 积分消耗",
|
||||
"usage_detail": "使用详情",
|
||||
"user_type": "类型"
|
||||
}
|
||||
|
Reference in New Issue
Block a user