diff --git a/web/default/src/constants/channel.constants.js b/web/default/src/constants/channel.constants.js
index a2a048b6..a5f3452f 100644
--- a/web/default/src/constants/channel.constants.js
+++ b/web/default/src/constants/channel.constants.js
@@ -19,14 +19,14 @@ export const CHANNEL_OPTIONS = [
text: '百度文心千帆',
value: 15,
color: 'blue',
- tip: '请前往此处获取 AK(API Key)以及 SK(Secret Key)',
+ tip: '请前往此处获取 AK(API Key)以及 SK(Secret Key),注意,V2 版本接口请使用 百度文心千帆 V2 渠道类型',
},
{
key: 47,
text: '百度文心千帆 V2',
value: 47,
color: 'blue',
- tip: '请前往此处获取 API Key',
+ tip: '请前往此处获取 API Key,注意本渠道仅支持推理服务 V2相关模型',
},
{key: 17, text: '阿里通义千问', value: 17, color: 'orange'},
{key: 18, text: '讯飞星火认知', value: 18, color: 'blue'},