前端页面展示内容修改,带totaltoken

This commit is contained in:
2026-04-10 10:13:05 +00:00
parent cf81290ae7
commit c888ca8844
8 changed files with 319 additions and 29 deletions

View File

@@ -48,6 +48,11 @@ export default {
clearHistoryConfirm: 'Are you sure to clear chat history?',
preview: 'Preview',
showRawText: 'Show as raw text',
sourceSemantic: 'Semantic Match',
sourceLlm: 'LLM Output',
promptTokens: 'Prompt {count} tokens',
completionTokens: 'Completion {count} tokens',
sessionTokens: 'Session {count} tokens',
},
setting: {
setting: 'Setting',