refactor: 执行详情展示图片理解模型的tokens
This commit is contained in:
parent
ae86987358
commit
3bd18bddca
@ -28,7 +28,7 @@
|
|||||||
<div class="flex align-center">
|
<div class="flex align-center">
|
||||||
<span
|
<span
|
||||||
class="mr-16 color-secondary"
|
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
|
>{{ item?.message_tokens + item?.answer_tokens }} tokens</span
|
||||||
>
|
>
|
||||||
<span class="mr-16 color-secondary">{{ item?.run_time?.toFixed(2) || 0.0 }} s</span>
|
<span class="mr-16 color-secondary">{{ item?.run_time?.toFixed(2) || 0.0 }} s</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user