This commit is contained in:
michaelmanley 2025-12-15 18:07:11 +10:00
parent bf0656b762
commit 2762b970ca
3 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -90,6 +90,7 @@ export const LlmIcon = ({
LLMFactory.Gemini, LLMFactory.Gemini,
LLMFactory.StepFun, LLMFactory.StepFun,
LLMFactory.MinerU, LLMFactory.MinerU,
LLMFactory.AIBadgr,
// LLMFactory.DeerAPI, // LLMFactory.DeerAPI,
]; ];
if (svgIcons.includes(name as LLMFactory)) { if (svgIcons.includes(name as LLMFactory)) {

View file

@ -128,7 +128,7 @@ export const IconMap = {
[LLMFactory.JiekouAI]: 'jiekouai', [LLMFactory.JiekouAI]: 'jiekouai',
[LLMFactory.Builtin]: 'builtin', [LLMFactory.Builtin]: 'builtin',
[LLMFactory.MinerU]: 'mineru', [LLMFactory.MinerU]: 'mineru',
[LLMFactory.AIBadgr]: 'openai-api', [LLMFactory.AIBadgr]: 'aibadgr',
}; };
export const APIMapUrl = { export const APIMapUrl = {