fix(config): update Codex default model and correct MiniMax URL

- Update Codex preset model from gpt-5-codex to gpt-5.1-codex
- Fix MiniMax English preset URL from minimaxi.io to minimax.io
This commit is contained in:
Jason
2025-12-01 11:08:53 +08:00
parent 04a588694b
commit a627e1bb50
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -257,11 +257,11 @@ export const providerPresets: ProviderPreset[] = [
},
{
name: "MiniMax en",
websiteUrl: "https://platform.minimaxi.io",
websiteUrl: "https://platform.minimax.io",
apiKeyUrl: "https://platform.minimax.io/subscribe/coding-plan",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://api.minimaxi.io/anthropic",
ANTHROPIC_BASE_URL: "https://api.minimax.io/anthropic",
ANTHROPIC_AUTH_TOKEN: "",
API_TIMEOUT_MS: "3000000",
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: 1,