chore: update frontend branding copy
This commit is contained in:
Vendored
+6
-6
@@ -39,7 +39,7 @@ import {
|
||||
Minimax,
|
||||
Wenxin,
|
||||
Spark,
|
||||
Midjourney,
|
||||
Midjourney as MjProxyIcon,
|
||||
Hunyuan,
|
||||
Cohere,
|
||||
Cloudflare,
|
||||
@@ -254,8 +254,8 @@ export const getModelCategories = (() => {
|
||||
filter: (model) => model.model_name.toLowerCase().includes('spark'),
|
||||
},
|
||||
midjourney: {
|
||||
label: 'Midjourney',
|
||||
icon: <Midjourney />,
|
||||
label: 'MjProxy',
|
||||
icon: <MjProxyIcon />,
|
||||
filter: (model) => model.model_name.toLowerCase().includes('mj_'),
|
||||
},
|
||||
tencent: {
|
||||
@@ -336,9 +336,9 @@ export function getChannelIcon(channelType) {
|
||||
case 3: // Azure OpenAI
|
||||
case 57: // Codex
|
||||
return <OpenAI size={iconSize} />;
|
||||
case 2: // Midjourney Proxy
|
||||
case 5: // Midjourney Proxy Plus
|
||||
return <Midjourney size={iconSize} />;
|
||||
case 2: // MjProxy
|
||||
case 5: // MjProxyPlus
|
||||
return <MjProxyIcon size={iconSize} />;
|
||||
case 36: // Suno API
|
||||
return <Suno size={iconSize} />;
|
||||
case 4: // Ollama
|
||||
|
||||
Reference in New Issue
Block a user