Skip to content

Commit

Permalink
update Minimax and Azure-Openai icon in setting page (infiniflow#1420)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

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

### Type of change

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

---------

Co-authored-by: Zhedong Cen <[email protected]>
  • Loading branch information
hangters and aopstudio authored Jul 8, 2024
1 parent 0c4338a commit ee967df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions web/src/assets/svg/llm/azure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/src/assets/svg/llm/chat-minimax.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions web/src/assets/svg/llm/minimax.svg

This file was deleted.

3 changes: 2 additions & 1 deletion web/src/pages/user-setting/setting-model/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit ee967df

Please sign in to comment.