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
768 B
JSON
26 lines
768 B
JSON
{
|
|
"ai_model": "AI model",
|
|
"all": "all",
|
|
"app_name": "Application name",
|
|
"billing_module": "Deduction module",
|
|
"details": "Details",
|
|
"duration_seconds": "Duration (seconds)",
|
|
"generation_time": "Generation time",
|
|
"input_token_length": "input tokens",
|
|
"member": "member",
|
|
"member_name": "Member name",
|
|
"module_name": "module name",
|
|
"month": "moon",
|
|
"no_usage_records": "No usage record yet",
|
|
"order_number": "Order number",
|
|
"output_token_length": "output tokens",
|
|
"project_name": "Project name",
|
|
"source": "source",
|
|
"text_length": "text length",
|
|
"token_length": "token length",
|
|
"total_points": "AI points consumption",
|
|
"total_points_consumed": "AI points consumption",
|
|
"usage_detail": "Usage details",
|
|
"user_type": "type"
|
|
}
|