fix(config): correct MiniMax apiKeyUrl domain from minimax.io to minimax.com

This commit is contained in:
Jason
2025-11-29 23:03:19 +08:00
parent 17948ee031
commit c5cadb73bc
+1 -1
View File
@@ -232,7 +232,7 @@ export const providerPresets: ProviderPreset[] = [
{
name: "MiniMax",
websiteUrl: "https://platform.minimaxi.com",
apiKeyUrl: "https://platform.minimax.io/subscribe/coding-plan",
apiKeyUrl: "https://platform.minimax.com/subscribe/coding-plan",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://api.minimaxi.com/anthropic",