File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343
4444 <div class =" border-t color-secondary flex-between mt-12" style =" padding-top : 12px " >
4545 <div >
46- <span class =" mr-8" > {{ $t('chat.KnowledgeSource.consume') }} tokens : {{ data?.message_tokens + data?.answer_tokens }} </span >
46+ <span class =" mr-8" > {{ $t('chat.KnowledgeSource.consume') }}: {{ data?.message_tokens + data?.answer_tokens }} </span >
4747 <span > {{ $t('chat.KnowledgeSource.consumeTime') }}: {{ data?.run_time?.toFixed(2) }} s</span >
4848 </div >
4949 <el-button
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ export default {
88 chatId : 'Chat ID' ,
99 userInput : 'User Input' ,
1010 quote : 'Quote' ,
11- download : 'Click to Download File' ,
11+ download : 'Download File' ,
1212 passwordValidator : {
1313 title : 'Enter password to open the link' ,
1414 errorMessage1 : 'Password cannot be empty' ,
1515 errorMessage2 : 'Incorrect password'
1616 } ,
1717 operation : {
18- play : 'Click to Play' ,
18+ play : 'Play' ,
1919 pause : 'Stop' ,
2020 regeneration : 'Re-answer' ,
2121 like : 'Agree' ,
You can’t perform that action at this time.
0 commit comments