ForcePilot/web/src
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
..
apis feat: 添加生成对话标题功能,支持根据内容自动生成简短标题,使用 fast_model 2026-03-24 11:09:55 +08:00
assets feat: add MiniMax as first-class LLM provider 2026-03-24 11:10:35 +08:00
components feat: 添加生成对话标题功能,支持根据内容自动生成简短标题,使用 fast_model 2026-03-24 11:09:55 +08:00
composables refactor: 移除 AttachmentInputPanel 组件并在 MessageInputComponent 中集成 subagent mention 功能 2026-03-24 11:09:52 +08:00
layouts feat: 引入 LITE_MODE 以有条件地启用/禁用知识图谱和向量数据库组件,更新 Docker Compose、后端路由器和前端 UI。 2026-03-24 11:09:47 +08:00
router feat(ui): 实现普通用户和管理员差异化权限显示 2026-03-17 00:58:56 +08:00
stores refactor(web): 重构代理配置侧边栏和输入组件 2026-03-24 11:09:50 +08:00
utils foramt: 规范化代码 2026-03-24 11:09:39 +08:00
views refactor: 移除 AttachmentInputPanel 组件并在 MessageInputComponent 中集成 subagent mention 功能 2026-03-24 11:09:52 +08:00
App.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
main.js lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00