diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-20 19:07:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-20 19:07:56 +0300 |
| commit | d773e26b19dcea2f4a1917ebb6edaa4f5721693f (patch) | |
| tree | cc38b381c0d367a84ad802c16bf7fcb0c67bc8ad /internal/video/generate_selected.go | |
| parent | 7bb500b8cd567e45634fc01c97e8dcd5a1a9db22 (diff) | |
Remove story feature for task 05
Diffstat (limited to 'internal/video/generate_selected.go')
| -rw-r--r-- | internal/video/generate_selected.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/video/generate_selected.go b/internal/video/generate_selected.go index 4407aaa..b29f578 100644 --- a/internal/video/generate_selected.go +++ b/internal/video/generate_selected.go @@ -10,8 +10,7 @@ import ( // and API quotas make parallelism impractical). // // apiKey is the Google/Gemini API key passed by the caller. -// selectedPaths contains the absolute (or relative) paths of the gallery PNGs -// to animate — typically returned by PromptForGalleryVideos. +// selectedPaths contains the absolute (or relative) paths of the PNGs to animate. // // Each page prints a "Generating…" line before the API call and a "Video saved:" // line with the output path on success. The MP4 is written next to its source |
