助理 API 添加 sk- 前缀
This commit is contained in:
parent
28fdccc800
commit
9a58b22be7
@ -179,7 +179,7 @@
|
|||||||
|
|
||||||
<n-popconfirm @positive-click="createAssistantKey">
|
<n-popconfirm @positive-click="createAssistantKey">
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<n-button tertiary> 新 API </n-button>
|
<n-button tertiary> 新 API Key </n-button>
|
||||||
</template>
|
</template>
|
||||||
<div>
|
<div>
|
||||||
API Key 默认是没有请求限制的。为了防止 API Key
|
API Key 默认是没有请求限制的。为了防止 API Key
|
||||||
@ -197,7 +197,7 @@
|
|||||||
<n-thing>
|
<n-thing>
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
<div>
|
<div>
|
||||||
{{ c.secret }}
|
sk-{{ c.secret }}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<n-popconfirm
|
<n-popconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user