add logo
This commit is contained in:
parent
bf0656b762
commit
2762b970ca
3 changed files with 5 additions and 1 deletions
3
web/src/assets/svg/llm/aibadgr.svg
Normal file
3
web/src/assets/svg/llm/aibadgr.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 22 KiB |
|
|
@ -90,6 +90,7 @@ export const LlmIcon = ({
|
|||
LLMFactory.Gemini,
|
||||
LLMFactory.StepFun,
|
||||
LLMFactory.MinerU,
|
||||
LLMFactory.AIBadgr,
|
||||
// LLMFactory.DeerAPI,
|
||||
];
|
||||
if (svgIcons.includes(name as LLMFactory)) {
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ export const IconMap = {
|
|||
[LLMFactory.JiekouAI]: 'jiekouai',
|
||||
[LLMFactory.Builtin]: 'builtin',
|
||||
[LLMFactory.MinerU]: 'mineru',
|
||||
[LLMFactory.AIBadgr]: 'openai-api',
|
||||
[LLMFactory.AIBadgr]: 'aibadgr',
|
||||
};
|
||||
|
||||
export const APIMapUrl = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue