balibabu commited on
Commit
cd84e5d
·
1 Parent(s): 8a32a97

feat: add bedrock icon (#1430)

Browse files

### What problem does this PR solve?

feat: add bedrock icon #918

### Type of change


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

web/src/assets/svg/llm/bedrock.svg ADDED
web/src/pages/user-setting/setting-model/index.tsx CHANGED
@@ -59,7 +59,8 @@ const IconMap = {
59
  Jina: 'jina',
60
  Minimax: 'chat-minimax',
61
  Mistral: 'mistral',
62
- 'Azure-Openai':'azure'
 
63
  };
64
 
65
  const LlmIcon = ({ name }: { name: string }) => {
 
59
  Jina: 'jina',
60
  Minimax: 'chat-minimax',
61
  Mistral: 'mistral',
62
+ 'Azure-OpenAI': 'azure',
63
+ Bedrock: 'bedrock',
64
  };
65
 
66
  const LlmIcon = ({ name }: { name: string }) => {