mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
feat: Change /stats to include more detailed breakdowns (#2615)
This commit is contained in:
parent
0fd602eb43
commit
770f862832
36 changed files with 3218 additions and 758 deletions
|
|
@ -823,11 +823,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
|||
showMemoryUsage={
|
||||
config.getDebugMode() || config.getShowMemoryUsage()
|
||||
}
|
||||
promptTokenCount={sessionStats.currentResponse.promptTokenCount}
|
||||
candidatesTokenCount={
|
||||
sessionStats.currentResponse.candidatesTokenCount
|
||||
}
|
||||
totalTokenCount={sessionStats.currentResponse.totalTokenCount}
|
||||
promptTokenCount={sessionStats.lastPromptTokenCount}
|
||||
/>
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue