fix: 增加对话token显示,token消耗统计
This commit is contained in:
@@ -17,7 +17,7 @@ interface Props {
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
title: '弹窗标题',
|
||||
width: '800px',
|
||||
width: '1000px',
|
||||
defaultActive: '',
|
||||
});
|
||||
|
||||
@@ -55,6 +55,7 @@ function handleConfirm() {
|
||||
|
||||
<template>
|
||||
<el-dialog
|
||||
|
||||
v-model="visible"
|
||||
:title="title"
|
||||
:width="width"
|
||||
|
||||
Reference in New Issue
Block a user