JobData/说明文档.md

10 lines
902 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 7.3 进度记录
- [x] 完成 `videos/veo.py` 开发 (支持 JSON 请求)
- [x] 完成 `videos/sora.py` 开发 (支持 multipart/form-data)
- [x] 优化 `videos/sora.py`:支持自动识别并批量上传当前目录下的所有图片/视频文件(修正为单次任务多文件上传)
- [x] 优化 sora.py增加任务状态轮询逻辑完成时自动下载视频并以当前时间命名 (2025-12-19)
- [x] 优化 veo.py增加任务状态轮询逻辑完成时自动下载视频并以当前时间命名 (2025-12-19)
- [x] 更新 veo.py根据最新 OpenAPI 规范及用户 Curl 命令调整参数(支持 veo_3_1-fast 模型),并验证运行成功 (2025-12-19)
- [x] 重构 `videos/sora.py`:支持 Veo 系列模型及新参数 (model, images, enhance_prompt, enable_upsample, aspect_ratio),切换为 JSON 请求体,移除旧版 multipart/form-data 逻辑 (2025-12-22)