update
continuous-integration/drone/pr Build is failing Details

pull/6/head
kelvin 3 years ago
parent 655e69ac62
commit 3ba11b6d2b

@ -82,7 +82,7 @@
<div style="margin-bottom: 10px;"> <div style="margin-bottom: 10px;">
<el-alert title="注意模型价格中的计费单位为每1000个token而不是字数。算法基本和官方保持一致一个中文字符大致消耗2个token, 用英文提问回复更省token" type="warning" :closable="false"/> <el-alert title="注意模型价格中的计费单位为每1000个token而不是字数。算法基本和官方保持一致一个中文字符大致消耗2个token, 用英文提问回复更省token" type="warning" :closable="false"/>
</div> </div>
<el-table :data="modelList" height="250" style="width: 100%"> <el-table :data="modelList" height="800" style="width: 100%">
<el-table-column prop="modelName" label="模型" /> <el-table-column prop="modelName" label="模型" />
<el-table-column prop="modelPrice" label="提问价格" width="180" > <el-table-column prop="modelPrice" label="提问价格" width="180" >
<template #default="scope"> <template #default="scope">
@ -96,9 +96,6 @@
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注" /> <el-table-column prop="remark" label="备注" />
</el-table> </el-table>
<div>
<el-alert title="GPT4接口暂未上线尽请期待" type="error" :closable="false"/>
</div>
</el-card> </el-card>
</div> </div>
</div> </div>

Loading…
Cancel
Save