code2video/tests
Octopus 412289a996 feat: add MiniMax as LLM provider
Add MiniMax M2.7 as an alternative LLM provider for the Planner & Coder
agents via OpenAI-compatible API.

Changes:
- Add request_minimax() and request_minimax_token() functions in
  gpt_request.py using OpenAI SDK with MiniMax base URL
- Add minimax config entry in api_config.json
- Register minimax in agent.py API mapping and argparse choices
- Mention MiniMax in README.md LLM API section
- Add 16 unit tests and 3 integration tests
2026-03-24 02:26:50 -05:00
..
__init__.py feat: add MiniMax as LLM provider 2026-03-24 02:26:50 -05:00
test_minimax_provider.py feat: add MiniMax as LLM provider 2026-03-24 02:26:50 -05:00