feat: update default MiniMax model to M2.7 (#1428)

This commit is contained in:
Hansen1018
2026-03-24 08:37:00 +08:00
committed by shinchan-zhai
parent 966995fb88
commit c18d3d5682
4 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ export const AI_PROVIDER_CONFIG: Record<string, AIProviderConfig> = {
apiName: 'Moonshot',
},
minimax: {
defaultModel: 'MiniMax-M2.5',
defaultModel: 'MiniMax-M2.7',
apiUrl: 'https://platform.minimax.io',
apiName: 'MiniMax',
},