Merge branch 'dev' into openclaw

This commit is contained in:
tinkle-community
2026-03-10 00:19:42 +08:00
14 changed files with 426 additions and 2 deletions

View File

@@ -98,6 +98,11 @@ const AI_PROVIDER_CONFIG: Record<string, {
apiUrl: 'https://platform.moonshot.ai/console/api-keys',
apiName: 'Moonshot',
},
minimax: {
defaultModel: 'MiniMax-M2.5',
apiUrl: 'https://platform.minimax.io',
apiName: 'MiniMax',
},
}
interface AITradersPageProps {