From aa8b02147866dc443afcd7fcfae478bcbf08ea2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=85=BE?= <101850389+hangters@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:42:30 +0800 Subject: [PATCH] fix prefXCloud logo bug (#1933) ### What problem does this PR solve? fix prefXCloud logo bug ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: Zhedong Cen --- web/src/pages/user-setting/setting-model/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/user-setting/setting-model/constant.ts b/web/src/pages/user-setting/setting-model/constant.ts index 196fc6476..d3f01243e 100644 --- a/web/src/pages/user-setting/setting-model/constant.ts +++ b/web/src/pages/user-setting/setting-model/constant.ts @@ -26,7 +26,7 @@ export const IconMap = { cohere: 'cohere', Lepton: 'lepton', TogetherAI:'together-ai', - PerfXCould: 'perfx-could', + PerfXCould: 'perfx-cloud', Upstage: 'upstage', "novita.ai": 'novita-ai', "SILICONFLOW": 'siliconflow'