ui: 算力中心平台中继令牌说明改为平台中继接口
避免在 UI 上出现'平台中继令牌'字样(该令牌由系统管理,不对外展示)。 后端已过滤该令牌的列表展示和删除操作。
This commit is contained in:
@@ -618,7 +618,7 @@ export default function OpcCompute() {
|
||||
<div className={styles.glassCard}>
|
||||
<div className={styles.cardTitle}>API 接入地址</div>
|
||||
<Typography.Paragraph type="secondary" style={{ marginBottom: 12 }}>
|
||||
平台中继令牌:本平台提供 OpenAI 兼容的中继接口,使用下方 Base URL + API 令牌即可在任意 OpenAI 兼容客户端中调用平台模型,请求经平台中继转发并计量扣费。
|
||||
平台中继接口:本平台提供 OpenAI 兼容的中继接口,使用下方 Base URL + API 令牌即可在任意 OpenAI 兼容客户端中调用平台模型,请求经平台中继转发并计量扣费。
|
||||
</Typography.Paragraph>
|
||||
<div style={{ marginBottom: 12 }}>
|
||||
<Typography.Text type="secondary" style={{ fontSize: 12 }}>Base URL</Typography.Text>
|
||||
|
||||
Reference in New Issue
Block a user