bug: MiniMax API endpoint is incorrect and authentication fails #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The current implementation uses as the MiniMax API endpoint, but it should be .
Additionally, the API authentication is failing with 401 errors even with a valid MiniMax API key.
Current Code
File:
Error
The error shows it's being routed to OpenAI's servers instead of MiniMax.
Documentation
MiniMax API Reference: https://platform.minimax.io/docs/api-reference/text-anthropic-api
Expected Fix
Tasks