mirror of
https://github.com/showlab/Code2Video.git
synced 2026-09-05 08:10:42 +00:00
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
0 lines
Python
0 lines
Python