fix: use MiniMax text/chatcompletion_v2 endpoint #46
Reference in New Issue
Block a user
Delete Branch "fix/minimax-endpoint-v2"
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 /v1/chat/completions endpoint returns 529 (overloaded error):
Solution
Use the working endpoint /v1/text/chatcompletion_v2 instead.
Testing
Verified working with MiniMax API key.
Closes #43
lgtm