mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user