ForcePilot/web
PR Bot 9f73851858 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-22 16:08:00 +08:00
..
public feat: 添加用户协议和隐私协议支持,更新登录页和相关配置 2026-03-16 20:04:24 +08:00
src feat: add MiniMax as first-class LLM provider 2026-03-22 16:08:00 +08:00
.gitignore refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
eslint.config.js refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json chore: v0.5.3 2026-03-17 03:45:43 +08:00
pnpm-lock.yaml chore: 发布 v0.5.1 版本 2026-03-06 11:49:31 +08:00
vite.config.js fix(security-32): 移除API路径重写以简化代理配置 2026-01-04 11:43:08 +08:00