mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-06 17:46:23 +00:00
chore: update frontend branding copy
This commit is contained in:
+2
-2
@@ -24,10 +24,10 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
export const CHANNEL_TYPES = {
|
||||
0: 'Unknown',
|
||||
1: 'OpenAI',
|
||||
2: 'Midjourney',
|
||||
2: 'MjProxy',
|
||||
3: 'Azure',
|
||||
4: 'Ollama',
|
||||
5: 'MidjourneyPlus',
|
||||
5: 'MjProxyPlus',
|
||||
// 6: 'OpenAIMax',
|
||||
7: 'OhMyGPT',
|
||||
8: 'Custom',
|
||||
|
||||
+2
-2
@@ -92,8 +92,8 @@ export function getChannelTypeIcon(type: number): string {
|
||||
20: 'OpenRouter', // OpenRouter
|
||||
|
||||
// Image/Video generation
|
||||
2: 'Midjourney', // Midjourney
|
||||
5: 'Midjourney', // MidjourneyPlus
|
||||
2: 'Midjourney', // MjProxy
|
||||
5: 'Midjourney', // MjProxyPlus
|
||||
50: 'Kling', // Kling
|
||||
51: 'Jimeng', // Jimeng
|
||||
52: 'Vidu', // Vidu
|
||||
|
||||
Reference in New Issue
Block a user