You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MiniMax AI as a new chatbot provider alongside OpenAI, Dify, Flowise,
and others. MiniMax uses the OpenAI-compatible API at api.minimax.io/v1
and supports M2.5 and M2.5-highspeed models for chat completions.
Changes:
- New minimax chatbot integration (service, controller, router, DTOs, schemas)
- Prisma schema models for MinimaxCreds, MinimaxBot, MinimaxSetting (both PostgreSQL and MySQL)
- Environment configuration (MINIMAX_ENABLED)
- Registration in chatbot router, controller, and server module
- Think tag stripping for MiniMax M2.5 responses
- 35 unit and integration tests
- README documentation
0 commit comments