diff --git a/web/default/src/features/channels/lib/channel-type-config.ts b/web/default/src/features/channels/lib/channel-type-config.ts index 10f0ac1b..56bf4bce 100644 --- a/web/default/src/features/channels/lib/channel-type-config.ts +++ b/web/default/src/features/channels/lib/channel-type-config.ts @@ -137,7 +137,7 @@ export const CHANNEL_TYPE_CONFIGS: Record = { 58: { id: 58, name: CHANNEL_TYPES[58], - icon: 'openai', + icon: 'newapi', hints: { baseUrl: 'Fallback base URL', key: 'Used by route auth templates', diff --git a/web/default/src/features/channels/lib/channel-utils.ts b/web/default/src/features/channels/lib/channel-utils.ts index 9d3eda11..dc143a66 100644 --- a/web/default/src/features/channels/lib/channel-utils.ts +++ b/web/default/src/features/channels/lib/channel-utils.ts @@ -51,7 +51,7 @@ export function getChannelTypeIcon(type: number): string { 6: 'OpenAI', // OpenAIMax 7: 'OpenAI', // OhMyGPT 8: 'OpenAI', // Custom - 58: 'OpenAI', // Advanced Custom + 58: 'NewAPI', // Advanced Custom 3: 'Azure', // Azure // Anthropic