Skip to content

Commit 6e7a1c2

Browse files
committed
fix: format channel options for consistency and improve tips for user guidance
1 parent dd65b99 commit 6e7a1c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/default/src/constants/channel.constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ export const CHANNEL_OPTIONS = [
1919
text: '百度文心千帆',
2020
value: 15,
2121
color: 'blue',
22-
tip: '请前往<a href="https://console.bce.baidu.com/qianfan/ais/console/applicationConsole/application/v1" target="_blank">此处</a>获取 AK(API Key)以及 SK(Secret Key)',
22+
tip: '请前往<a href="https://console.bce.baidu.com/qianfan/ais/console/applicationConsole/application/v1" target="_blank">此处</a>获取 AK(API Key)以及 SK(Secret Key),注意,V2 版本接口请使用 <strong>百度文心千帆 V2 </strong>渠道类型',
2323
},
2424
{
2525
key: 47,
2626
text: '百度文心千帆 V2',
2727
value: 47,
2828
color: 'blue',
29-
tip: '请前往<a href="https://console.bce.baidu.com/iam/#/iam/apikey/list" target="_blank">此处</a>获取 API Key',
29+
tip: '请前往<a href="https://console.bce.baidu.com/iam/#/iam/apikey/list" target="_blank">此处</a>获取 API Key,注意本渠道仅支持<a target="_blank" href="https://cloud.baidu.com/doc/WENXINWORKSHOP/s/em4tsqo3v">推理服务 V2</a>相关模型',
3030
},
3131
{key: 17, text: '阿里通义千问', value: 17, color: 'orange'},
3232
{key: 18, text: '讯飞星火认知', value: 18, color: 'blue'},

0 commit comments

Comments
 (0)