fix: update channel icon
This commit is contained in:
@@ -137,7 +137,7 @@ export const CHANNEL_TYPE_CONFIGS: Record<number, ChannelTypeConfig> = {
|
||||
58: {
|
||||
id: 58,
|
||||
name: CHANNEL_TYPES[58],
|
||||
icon: 'openai',
|
||||
icon: 'newapi',
|
||||
hints: {
|
||||
baseUrl: 'Fallback base URL',
|
||||
key: 'Used by route auth templates',
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user