Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
ViMax
/
pipelines
下载当前目录
P
PR Bot
Add MiniMax as first-class chat model provider
57c1de91
创建于
3月23日
历史提交
文件
最后提交记录
最后更新时间
__init__.py
ViMax update
7 个月前
idea2video_pipeline.py
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 个月前
idea2video_pipeline_deprecated.py
ViMax update
7 个月前
novel2movie_pipeline.py
ViMax update
7 个月前
script2video_pipeline.py
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 个月前