feat: 引用分段
This commit is contained in:
parent
6ea27e2e53
commit
904c01dc1f
@ -85,8 +85,8 @@
|
||||
plain
|
||||
size="small"
|
||||
@click="openParagraph(item)"
|
||||
:disabled="item.paragraph_list?.length === 0"
|
||||
>引用分段:{{ item.paragraph_list?.length }}</el-button
|
||||
:disabled="!item.paragraph_list || item.paragraph_list?.length === 0"
|
||||
>引用分段:{{ item.paragraph_list?.length || 0 }}</el-button
|
||||
>
|
||||
<el-tag type="info" effect="plain">
|
||||
消耗 tokens: {{ item?.message_tokens + item?.answer_tokens }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user