助理 API 添加 sk- 前缀

This commit is contained in:
Twilight 2024-09-24 15:06:08 +08:00
parent 28fdccc800
commit 9a58b22be7

View File

@ -179,7 +179,7 @@
<n-popconfirm @positive-click="createAssistantKey">
<template #trigger>
<n-button tertiary> API </n-button>
<n-button tertiary> API Key </n-button>
</template>
<div>
API Key 默认是没有请求限制的为了防止 API Key
@ -197,7 +197,7 @@
<n-thing>
<div class="flex justify-between items-center">
<div>
{{ c.secret }}
sk-{{ c.secret }}
</div>
<div>
<n-popconfirm