fix: properly configure MiniMax API endpoint and CrewAI LLM #45
Reference in New Issue
Block a user
Delete Branch "fix/minimax-api-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?
Summary
Fixed MiniMax API integration issues.
Changes
1. API Endpoint
Changed from to
2. Default Model
Changed from to (Text-01 not available on all API key plans)
3. LLM Configuration (main fix)
Fixed CrewAI LLM configuration to properly use MiniMax's API.
Problem: Inheriting from CrewAI's class caused to be set to .
Solution: Use CrewAI's class directly with parameters:
Files Changed
Testing
Verified with curl that MiniMax-M2.7 works with api.minimax.io endpoint.
Closes #43
lgtm