| Add MiniMax as first-class chat model provider
Add provider preset system with auto-detection, base URL resolution,
temperature clamping, and MINIMAX_API_KEY env var support. Users can
set model_provider: minimax in config YAML files instead of manually
configuring the OpenAI-compatible base URL.
- utils/provider_presets.py: resolve_chat_model_config() + detect_provider_from_env()
- configs/idea2video_minimax.yaml, configs/script2video_minimax.yaml: example configs
- pipelines: integrate resolve_chat_model_config in init_from_config()
- readme.md: MiniMax usage docs with model table
- tests: 27 unit + 11 integration tests (38 total, all passing)
| 2 个月前 |
| Add MiniMax as first-class chat model provider
Add provider preset system with auto-detection, base URL resolution,
temperature clamping, and MINIMAX_API_KEY env var support. Users can
set model_provider: minimax in config YAML files instead of manually
configuring the OpenAI-compatible base URL.
- utils/provider_presets.py: resolve_chat_model_config() + detect_provider_from_env()
- configs/idea2video_minimax.yaml, configs/script2video_minimax.yaml: example configs
- pipelines: integrate resolve_chat_model_config in init_from_config()
- readme.md: MiniMax usage docs with model table
- tests: 27 unit + 11 integration tests (38 total, all passing)
| 2 个月前 |
| Add MiniMax as first-class chat model provider
Add provider preset system with auto-detection, base URL resolution,
temperature clamping, and MINIMAX_API_KEY env var support. Users can
set model_provider: minimax in config YAML files instead of manually
configuring the OpenAI-compatible base URL.
- utils/provider_presets.py: resolve_chat_model_config() + detect_provider_from_env()
- configs/idea2video_minimax.yaml, configs/script2video_minimax.yaml: example configs
- pipelines: integrate resolve_chat_model_config in init_from_config()
- readme.md: MiniMax usage docs with model table
- tests: 27 unit + 11 integration tests (38 total, all passing)
| 2 个月前 |