mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-05-16 01:28:55 +08:00
fix(config): correct MiniMax apiKeyUrl domain from minimax.io to minimax.com
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user