update Minimax and Azure-Openai icon in setting page (#1420)
Browse files### 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 <[email protected]>
web/src/assets/svg/llm/azure.svg
ADDED
|
web/src/assets/svg/llm/chat-minimax.svg
ADDED
|
web/src/assets/svg/llm/minimax.svg
DELETED
web/src/pages/user-setting/setting-model/index.tsx
CHANGED
@@ -57,8 +57,9 @@ const IconMap = {
|
|
57 |
VolcEngine: 'volc_engine',
|
58 |
BaiChuan: 'baichuan',
|
59 |
Jina: 'jina',
|
60 |
-
|
61 |
Mistral: 'mistral',
|
|
|
62 |
};
|
63 |
|
64 |
const LlmIcon = ({ name }: { name: string }) => {
|
|
|
57 |
VolcEngine: 'volc_engine',
|
58 |
BaiChuan: 'baichuan',
|
59 |
Jina: 'jina',
|
60 |
+
Minimax: 'chat-minimax',
|
61 |
Mistral: 'mistral',
|
62 |
+
'Azure-Openai':'azure'
|
63 |
};
|
64 |
|
65 |
const LlmIcon = ({ name }: { name: string }) => {
|