ForcePilot/web/src/assets
PR Bot 950f289ffb feat: add MiniMax as first-class LLM provider
Add MiniMax (https://platform.minimaxi.com/) as a built-in chat model
provider with M2.7, M2.7-highspeed, M2.5, and M2.5-highspeed models.

MiniMax provides OpenAI-compatible API, so it works seamlessly with
the existing OpenAIBase and ChatOpenAI integration paths. Users only
need to set MINIMAX_API_KEY to start using MiniMax models.

Changes:
- Add MiniMax to DEFAULT_CHAT_MODEL_PROVIDERS (models.py)
- Add MINIMAX_API_KEY to .env.template
- Add MiniMax provider icon and frontend registration
- Update model-config docs with MiniMax entry
- Add 22 unit tests + 3 integration tests
2026-03-24 11:10:35 +08:00
..
css refactor(web): 重构代理配置侧边栏和输入组件 2026-03-24 11:09:50 +08:00
icons refactor: 优化组件样式和结构,移除多余的代码,增强可读性 2026-03-24 11:09:48 +08:00
pics/guides feat(ui): 重构登录页和主页UI设计,优化品牌信息配置 2025-08-08 22:57:14 +08:00
providers feat: add MiniMax as first-class LLM provider 2026-03-24 11:10:35 +08:00