switch API host from minimaxi.com to minimax.io

Point the plugin at the US-based MiniMax service (api.minimax.io and
platform.minimax.io) instead of the China endpoints.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-03 13:29:03 -04:00
parent 0d274f6bda
commit f109c75779
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import requests
API_ENDPOINT = "https://api.minimaxi.com/v1"
API_ENDPOINT = "https://api.minimax.io/v1"
class MiniMaxBaseTool: