0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ViMax
  2. /
  3. utils
PPR BotAdd MiniMax as first-class chat model provider
57c1de91创建于 3月23日历史提交
文件最后提交记录最后更新时间
__init__.py
ViMax update 7 个月前
image.py
ViMax update 7 个月前
provider_presets.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 个月前
rate_limiter.py
Implement rate limiting. Visit https://aistudio.google.com/usage to check your usage and limits. 6 个月前
retry.py
ViMax update 7 个月前
timer.py
ViMax update 7 个月前
video.py
ViMax update 7 个月前