mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-29 07:52:50 +00:00
refactor: 执行详情展示图片理解模型的tokens
This commit is contained in:
parent
ae86987358
commit
3bd18bddca
|
|
@ -28,7 +28,7 @@
|
|||
<div class="flex align-center">
|
||||
<span
|
||||
class="mr-16 color-secondary"
|
||||
v-if="item.type === WorkflowType.Question || item.type === WorkflowType.AiChat"
|
||||
v-if="item.type === WorkflowType.Question || item.type === WorkflowType.AiChat || item.type === WorkflowType.ImageUnderstandNode"
|
||||
>{{ item?.message_tokens + item?.answer_tokens }} tokens</span
|
||||
>
|
||||
<span class="mr-16 color-secondary">{{ item?.run_time?.toFixed(2) || 0.0 }} s</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue