From c7fd36657f3bac332d5253fa79cff8b8eac5d39e Mon Sep 17 00:00:00 2001 From: octo-patch <266937838+octo-patch@users.noreply.github.com> Date: Thu, 9 Jul 2026 08:16:30 +0000 Subject: [PATCH] fix(config): update MiniMax provider defaults Point the setup wizard at the MiniMax OpenAI-compatible endpoint and prefill MiniMax-M3 so users can select the provider without manual registry edits. --- metaclaw/setup_wizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metaclaw/setup_wizard.py b/metaclaw/setup_wizard.py index 995ab6ab..e9419075 100644 --- a/metaclaw/setup_wizard.py +++ b/metaclaw/setup_wizard.py @@ -22,8 +22,8 @@ "model_id": "gpt-4o", }, "minimax": { - "api_base": "https://api.minimax.chat/v1", - "model_id": "", + "api_base": "https://api.minimax.io/v1", + "model_id": "MiniMax-M3", }, "novita": { "api_base": "https://api.novita.ai/v3/openai",