mirror of
https://github.com/showlab/Code2Video.git
synced 2026-08-28 06:54:58 +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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_minimax_provider.py | ||