diff --git a/web/air/src/constants/channel.constants.js b/web/air/src/constants/channel.constants.js index 2154cd2f..04fe94f1 100644 --- a/web/air/src/constants/channel.constants.js +++ b/web/air/src/constants/channel.constants.js @@ -27,9 +27,9 @@ export const CHANNEL_OPTIONS = [ { key: 37, text: 'Cloudflare', value: 37, color: 'orange' }, { key: 38, text: 'DeepL', value: 38, color: 'black' }, { key: 39, text: 'together.ai', value: 39, color: 'blue' }, - { key: 44, text: 'SiliconFlow', value: 44, color: 'blue' }, { key: 42, text: 'VertexAI', value: 42, color: 'blue' }, { key: 43, text: 'Proxy', value: 43, color: 'blue' }, + { key: 44, text: 'SiliconFlow', value: 44, color: 'blue' }, { key: 8, text: '自定义渠道', value: 8, color: 'pink' }, { key: 22, text: '知识库:FastGPT', value: 22, color: 'blue' }, { key: 21, text: '知识库:AI Proxy', value: 21, color: 'purple' },