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