Refine desktop setup and remove bundled app center apps
This commit is contained in:
@@ -5,6 +5,8 @@ import type {
|
||||
ProviderTypeInfo,
|
||||
} from './types';
|
||||
|
||||
const MINIMAX_DEFAULT_MODEL_ID = 'MiniMax-M3';
|
||||
|
||||
export const PROVIDER_DEFINITIONS: ProviderDefinition[] = [
|
||||
{
|
||||
id: 'anthropic',
|
||||
@@ -231,10 +233,9 @@ export const PROVIDER_DEFINITIONS: ProviderDefinition[] = [
|
||||
requiresApiKey: false,
|
||||
isOAuth: true,
|
||||
supportsApiKey: true,
|
||||
defaultModelId: 'MiniMax-M2.7',
|
||||
defaultModelId: MINIMAX_DEFAULT_MODEL_ID,
|
||||
showModelId: true,
|
||||
showModelIdInDevModeOnly: true,
|
||||
modelIdPlaceholder: 'MiniMax-M2.7',
|
||||
modelIdPlaceholder: MINIMAX_DEFAULT_MODEL_ID,
|
||||
apiKeyUrl: 'https://platform.minimax.io',
|
||||
category: 'official',
|
||||
envVar: 'MINIMAX_API_KEY',
|
||||
@@ -256,10 +257,9 @@ export const PROVIDER_DEFINITIONS: ProviderDefinition[] = [
|
||||
requiresApiKey: false,
|
||||
isOAuth: true,
|
||||
supportsApiKey: true,
|
||||
defaultModelId: 'MiniMax-M2.7',
|
||||
defaultModelId: MINIMAX_DEFAULT_MODEL_ID,
|
||||
showModelId: true,
|
||||
showModelIdInDevModeOnly: true,
|
||||
modelIdPlaceholder: 'MiniMax-M2.7',
|
||||
modelIdPlaceholder: MINIMAX_DEFAULT_MODEL_ID,
|
||||
apiKeyUrl: 'https://platform.minimaxi.com/',
|
||||
category: 'official',
|
||||
envVar: 'MINIMAX_CN_API_KEY',
|
||||
|
||||
Reference in New Issue
Block a user