From 45a31ebbc27dbd7c7f9a965d2400a99e37e694b7 Mon Sep 17 00:00:00 2001 From: zu1k Date: Fri, 15 Mar 2024 09:29:10 +0800 Subject: [PATCH] fix: change Moonshot value to 25 --- web/berry/src/constants/ChannelConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/berry/src/constants/ChannelConstants.js b/web/berry/src/constants/ChannelConstants.js index 06597b93..2c506881 100644 --- a/web/berry/src/constants/ChannelConstants.js +++ b/web/berry/src/constants/ChannelConstants.js @@ -68,7 +68,7 @@ export const CHANNEL_OPTIONS = { 25: { key: 25, text: 'Moonshot AI', - value: 19, + value: 25, color: 'default' }, 23: {