Conversation
base.py: get_video_url基类签名补齐api_key参数(与MiniMax实现及唯一调用点对齐); skills_api.py: toggle_skill选择分支时直接绑定完整调用,消除函数与参数分离选择的歧义
- 集成 MiniMax-H3 (Hailuo-03) 视频生成模型,支持 v2 接口及多场景生成 - 实现视频生成参数校验、错误提示本地化和任务清理机制 - AI 助手全新 Orbie 小球形象,支持动态效果和拖拽弹回交互 - 重构 AI 助手欢迎页,增加轮播气泡和注入输入框功能 - 扩展视频分辨率、提示词长度限制,修复多项视频和会话相关 BUG - 版本号统一由 backend/config.py 统一管理,前后端同步更新至 0.1.1 - 添加后端完整测试覆盖,前端类型检查无误,提升稳定性与用户体验
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(codeql): 修复历史遗留扫描告警
base.py: get_video_url基类签名补齐api_key参数(与MiniMax实现及唯一调用点对齐); skills_api.py: toggle_skill选择分支时直接绑定完整调用,消除函数与参数分离选择的歧义