mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00

* 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>
26 lines
733 B
JSON
26 lines
733 B
JSON
{
|
|
"ai_model": "AI 模型",
|
|
"all": "所有",
|
|
"app_name": "应用名",
|
|
"billing_module": "扣费模块",
|
|
"details": "详情",
|
|
"duration_seconds": "时长(秒)",
|
|
"generation_time": "生成时间",
|
|
"input_token_length": "输入 tokens",
|
|
"member": "成员",
|
|
"member_name": "成员名",
|
|
"module_name": "模块名",
|
|
"month": "月",
|
|
"no_usage_records": "暂无使用记录",
|
|
"order_number": "订单号",
|
|
"output_token_length": "输出 tokens",
|
|
"project_name": "项目名",
|
|
"source": "来源",
|
|
"text_length": "文本长度",
|
|
"token_length": "token 长度",
|
|
"total_points": "AI 积分消耗",
|
|
"total_points_consumed": "AI 积分消耗",
|
|
"usage_detail": "使用详情",
|
|
"user_type": "类型"
|
|
}
|