fix: add icon to MiniMax and Mistral #1353 (#1367)

### What problem does this PR solve?

fix: add icon to MiniMax  and Mistral #1353
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-07-04 10:24:43 +08:00
committed by GitHub
parent a6765e9ca4
commit 3ccb62910b
3 changed files with 35 additions and 0 deletions

View File

@ -57,6 +57,8 @@ const IconMap = {
VolcEngine: 'volc_engine',
BaiChuan: 'baichuan',
Jina: 'jina',
MiniMax: 'minimax',
Mistral: 'mistral',
};
const LlmIcon = ({ name }: { name: string }) => {