balibabu commited on
Commit
d2db126
·
1 Parent(s): 2a686c7

feat: Modify PerfXCloud name #1853 (#1931)

Browse files

### What problem does this PR solve?
feat: Modify PerfXCloud name #1853

### Type of change


- [x] New Feature (non-breaking change which adds functionality)

web/src/assets/svg/llm/novita-ai.svg CHANGED
web/src/assets/svg/llm/together-ai.svg CHANGED
web/src/assets/svg/llm/upstage.svg CHANGED
web/src/pages/user-setting/setting-model/constant.ts CHANGED
@@ -25,11 +25,11 @@ export const IconMap = {
25
  'OpenAI-API-Compatible': 'openai-api',
26
  cohere: 'cohere',
27
  Lepton: 'lepton',
28
- TogetherAI:'together-ai',
29
- PerfXCould: 'perfx-cloud',
30
  Upstage: 'upstage',
31
- "novita.ai": 'novita-ai',
32
- "SILICONFLOW": 'siliconflow'
33
  };
34
 
35
  export const BedrockRegionList = [
 
25
  'OpenAI-API-Compatible': 'openai-api',
26
  cohere: 'cohere',
27
  Lepton: 'lepton',
28
+ TogetherAI: 'together-ai',
29
+ PerfXCloud: 'perfx-cloud',
30
  Upstage: 'upstage',
31
+ 'novita.ai': 'novita-ai',
32
+ SILICONFLOW: 'siliconflow',
33
  };
34
 
35
  export const BedrockRegionList = [