From 6e7a1c2323b1d0ff2420aaca667237dfd77eb4d9 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 9 Feb 2025 12:42:31 +0800 Subject: [PATCH] fix: format channel options for consistency and improve tips for user guidance --- web/default/src/constants/channel.constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'},