mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +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:
@@ -6,12 +6,14 @@
|
||||
"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",
|
||||
@@ -20,4 +22,4 @@
|
||||
"total_points_consumed": "AI points consumption",
|
||||
"usage_detail": "Usage details",
|
||||
"user_type": "type"
|
||||
}
|
||||
}
|
||||
|
@@ -447,6 +447,8 @@
|
||||
"core.chat.response.Extension model": "Question Optimization Model",
|
||||
"core.chat.response.Read complete response": "View Details",
|
||||
"core.chat.response.Read complete response tips": "Click to View Detailed Process",
|
||||
"core.chat.response.Tool call input tokens": "Tool Call Input Tokens Consumption",
|
||||
"core.chat.response.Tool call output tokens": "Tool Call Output Tokens Consumption",
|
||||
"core.chat.response.Tool call tokens": "Tool Call Tokens Consumption",
|
||||
"core.chat.response.context total length": "Total Context Length",
|
||||
"core.chat.response.loop_input": "Loop Input Array",
|
||||
@@ -460,10 +462,12 @@
|
||||
"core.chat.response.module historyPreview": "History Preview (Only Partial Content Displayed)",
|
||||
"core.chat.response.module http result": "Response Body",
|
||||
"core.chat.response.module if else Result": "Condition Result",
|
||||
"core.chat.response.module input tokens": "input tokens",
|
||||
"core.chat.response.module limit": "Single Search Limit",
|
||||
"core.chat.response.module maxToken": "Max Response Tokens",
|
||||
"core.chat.response.module model": "Model",
|
||||
"core.chat.response.module name": "Model Name",
|
||||
"core.chat.response.module output tokens": "output tokens",
|
||||
"core.chat.response.module query": "Question/Search Term",
|
||||
"core.chat.response.module quoteList": "Quote Content",
|
||||
"core.chat.response.module similarity": "Similarity",
|
||||
@@ -1043,6 +1047,8 @@
|
||||
"support.user.team.Team Tags Async Success": "Sync Completed",
|
||||
"support.user.team.member": "Member",
|
||||
"support.wallet.Ai point every thousand tokens": "{{points}} Points/1K Tokens",
|
||||
"support.wallet.Ai point every thousand tokens_input": "Input:{{points}} points/1K tokens",
|
||||
"support.wallet.Ai point every thousand tokens_output": "Output:{{points}} points/1K tokens",
|
||||
"support.wallet.Amount": "Amount",
|
||||
"support.wallet.Buy": "Buy",
|
||||
"support.wallet.Not sufficient": "Insufficient AI Points, Please Upgrade Your Package or Purchase Additional AI Points to Continue Using.",
|
||||
|
Reference in New Issue
Block a user