助理 API 添加 sk- 前缀
This commit is contained in:
parent
28fdccc800
commit
9a58b22be7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user