ForcePilot/test
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
..
api feat: 增强问题工具功能,支持多问题处理 2026-03-17 03:39:48 +08:00
data feat(parsing): 使用 docling 处理 docx/xlsx/pptx #439 2026-01-15 00:29:00 +08:00
.env.test.example chore(database): 优化镜像配置与部分 SQLite 残留 2026-01-24 10:56:31 +08:00
bruteforce_simulation.py feat: 更新模型配置和选择逻辑,修改为通过 model_spec 统一指定模型格式 2025-10-14 02:27:15 +08:00
compare_kb_metadata_with_db.py refactor: 移除基于 SQLite 的遗留问题 2026-01-24 10:56:31 +08:00
conftest.py feat(知识库): 重构知识库元数据存储为PostgreSQL数据库 2026-01-24 10:56:31 +08:00
run_tests.sh test(tests): 添加全面的API接口测试套件 2025-09-20 22:53:37 +08:00
test_agent_run_service.py feat: migrate chat streaming to async run queue + SSE 2026-02-27 18:19:13 +08:00
test_chat_stream_interrupt.py feat: 增强问题工具功能,支持多问题处理 2026-03-17 03:39:48 +08:00
test_concurrency.py refactor: 清理未使用的导入和优化代码格式 2025-09-02 01:08:42 +08:00
test_conversation_repository.py fix: 修复新增对话时内容直接作为标题长度超出表字段长度限制问题, titile 字段长度限制为255 2026-02-20 23:41:44 +08:00
test_conversation_service_attachment_state.py fix(attachments): preserve runtime files when syncing upload state 2026-02-21 01:51:41 +08:00
test_dify_kb.py feat: 支持 Dify 只读知识库检索接入 2026-02-24 12:12:02 +08:00
test_graph_unit.py chore: fix lint formatting issues 2026-03-08 00:42:20 +08:00
test_kb_minio_cleanup.py format: 修复代码格式,优化导入顺序,清理多余空行 2026-03-06 10:24:38 +08:00
test_manual_eval.py feat(evaluation): 新增RAG评估功能模块 2025-12-09 16:21:18 +08:00
test_minimax_provider.py feat: add MiniMax as first-class LLM provider 2026-03-22 16:08:00 +08:00
test_mysql_connection.py feat: 更新环境变量配置路径 2025-10-10 18:07:06 +08:00
test_mysql_import.py feat(MySQL): 集成 MySQL 数据库查询功能 2025-09-16 15:23:18 +08:00
test_neo4j.py stylle: 使用更加严格的风格检查以及代码格式化方法 2025-09-01 22:37:03 +08:00
test_ragflow_like_chunking.py style(format): 格式化代码 2026-03-04 04:13:05 +08:00
test_run_queue_service.py feat: migrate chat streaming to async run queue + SSE 2026-02-27 18:19:13 +08:00
test_run_worker.py style(format): 格式化代码 2026-03-04 04:13:05 +08:00
test_skill_router.py refactor: 会话级 skill resolver 与 skills 加载链路重构 2026-02-26 18:35:03 +08:00
test_skill_service.py chore: fix lint formatting issues 2026-03-08 00:42:20 +08:00
test_skills_backend.py chore: fix lint formatting issues 2026-03-08 00:42:20 +08:00