From a07791bf93d190cfd750a8be461ab5dd6b44946f Mon Sep 17 00:00:00 2001 From: zu1k Date: Sat, 16 Mar 2024 13:29:19 +0800 Subject: [PATCH] fix: change Moonshot value to 25 (#1158) --- 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: {