From 9721c0f4781bf9c184cdf34216d2df439ce8600d Mon Sep 17 00:00:00 2001 From: saikidev Date: Thu, 13 Feb 2025 17:10:16 +0800 Subject: [PATCH] feat: add PPIO as model provider --- web/berry/src/constants/ChannelConstants.js | 2 +- web/default/src/constants/channel.constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/berry/src/constants/ChannelConstants.js b/web/berry/src/constants/ChannelConstants.js index 74e0908f..46691f89 100644 --- a/web/berry/src/constants/ChannelConstants.js +++ b/web/berry/src/constants/ChannelConstants.js @@ -201,7 +201,7 @@ export const CHANNEL_OPTIONS = { key: 50, text: 'PPIO', value: 50, - color: '#2874ff', + color: 'blue', }, 8: { key: 8, diff --git a/web/default/src/constants/channel.constants.js b/web/default/src/constants/channel.constants.js index 3b56b888..3809dddc 100644 --- a/web/default/src/constants/channel.constants.js +++ b/web/default/src/constants/channel.constants.js @@ -7,7 +7,7 @@ export const CHANNEL_OPTIONS = [ {key: 24, text: 'Google Gemini', value: 24, color: 'orange'}, {key: 28, text: 'Mistral AI', value: 28, color: 'orange'}, {key: 41, text: 'Novita', value: 41, color: 'purple'}, - {key: 50, text: 'PPIO', value: 50, color: '#2874ff'}, + {key: 50, text: 'PPIO', value: 50, color: 'blue'}, { key: 40, text: '字节火山引擎',