update Minimax and Azure-Openai icon in setting page (#1420)

### What problem does this PR solve?

update Minimax and Azure-Openai  icon in setting page
#1156 #308 #433

### Type of change

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

---------

Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
This commit is contained in:
黄腾
2024-07-08 17:55:04 +08:00
committed by GitHub
parent f5dc94fc85
commit 98295caffe
4 changed files with 4 additions and 10 deletions

View File

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