balibabu commited on
Commit
4b207a6
·
1 Parent(s): 3139b22

feat: Replace the LocalAi icon #762 (#1875)

Browse files

### What problem does this PR solve?

feat: Replace the LocalAi icon #762
### Type of change


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

web/src/assets/svg/llm/jina.svg CHANGED
web/src/assets/svg/llm/local-ai.svg CHANGED
web/src/pages/user-setting/setting-model/constant.ts CHANGED
@@ -20,11 +20,11 @@ export const IconMap = {
20
  OpenRouter: 'open-router',
21
  LocalAI: 'local-ai',
22
  StepFun: 'stepfun',
23
- NVIDIA:'nvidia',
24
- 'LM-Studio':'lm-studio',
25
- 'OpenAI-API-Compatible':'openai-api',
26
- 'cohere':'cohere',
27
- 'LeptonAI':'lepton'
28
  };
29
 
30
  export const BedrockRegionList = [
 
20
  OpenRouter: 'open-router',
21
  LocalAI: 'local-ai',
22
  StepFun: 'stepfun',
23
+ NVIDIA: 'nvidia',
24
+ 'LM-Studio': 'lm-studio',
25
+ 'OpenAI-API-Compatible': 'openai-api',
26
+ cohere: 'cohere',
27
+ Lepton: 'lepton',
28
  };
29
 
30
  export const BedrockRegionList = [