You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MODERNIZATION.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ All pure Python, no external dependencies. Includes: zoom.py, auto_zoom.py (cv2)
111
111
| # | Issue | Module | Action | Status |
112
112
|---|-------|--------|--------|--------|
113
113
| 1 | auto-editor v30 rewritten in Nim; pip package frozen at v29.3.1 |`auto_edit.py`| Detect native Nim binary, pip fallback | TODO |
114
-
| 2 | Anthropic API version stale (`2023-06-01`) |`llm.py`| Update version string, add latest model IDs |TODO|
114
+
| 2 | Anthropic API version stale (`2023-06-01`) |`llm.py`| Update version string, add latest model IDs |DONE (2026-04-06) — Added Gemini provider, updated default model to llama3.2, OpenAI max_completion_tokens|
115
115
| 3 | CTranslate2 in maintenance mode |`captions_enhanced.py`| Make SeamlessM4T primary, NLLB fallback | TODO |
116
116
| 4 | FFmpeg minterpolate slow + artifacting |`video_ai.py`| Add RIFE neural interpolation as `method="rife"`| TODO |
117
117
| 5 | B-roll gen backends outdated (SVD superseded) |`broll_generate.py`| Add Wan 2.1 as primary, remove SVD | TODO |
@@ -120,15 +120,15 @@ All pure Python, no external dependencies. Includes: zoom.py, auto_zoom.py (cv2)
0 commit comments