feat: add bedrock icon (#1430)

### What problem does this PR solve?

feat: add bedrock icon #918 

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-08 19:14:25 +08:00
committed by GitHub
parent 669d634d74
commit f8aa31b159
2 changed files with 31 additions and 1 deletions

View File

@ -59,7 +59,8 @@ const IconMap = {
Jina: 'jina',
Minimax: 'chat-minimax',
Mistral: 'mistral',
'Azure-Openai':'azure'
'Azure-OpenAI': 'azure',
Bedrock: 'bedrock',
};
const LlmIcon = ({ name }: { name: string }) => {