feat: add new provider icons for minimax and qwen portals (#202)
This commit is contained in:
@@ -4,6 +4,8 @@ import google from './google.svg';
|
||||
import openrouter from './openrouter.svg';
|
||||
import moonshot from './moonshot.svg';
|
||||
import siliconflow from './siliconflow.svg';
|
||||
import minimaxPortal from './minimax.svg';
|
||||
import qwenPortal from './qwen.svg';
|
||||
import ollama from './ollama.svg';
|
||||
import custom from './custom.svg';
|
||||
|
||||
@@ -14,6 +16,8 @@ export const providerIcons: Record<string, string> = {
|
||||
openrouter,
|
||||
moonshot,
|
||||
siliconflow,
|
||||
'minimax-portal': minimaxPortal,
|
||||
'qwen-portal': qwenPortal,
|
||||
ollama,
|
||||
custom,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user