Tools / src /grok_src

Commit History

refactor: Centralize logger import to src.logger_config across various modules.
f20025d

jebin2 commited on

Refactor: Standardize logging by replacing print statements with logger calls and adjusting verbosity levels.
503d4ac

jebin2 commited on

refactor: Update GCS file uploads to use a `folder` parameter for temporary files and enable old video deletion.
1d300b0

jebin2 commited on

feat: Standardize temporary GCS uploads to a dedicated bucket, refactor video deletion logic to preserve recent files or clear folders, and fix a workflow environment typo.
b8b8c8c

jebin2 commited on

feat: Merge system and negative prompts into a single enriched prompt for Grok video generation and refine prompt templates to prevent text.
fcf62f5

jebin2 commited on

feat: Calculate and apply audio durations per script segment using timed transcripts for more accurate video generation.
ee25523

jebin2 commited on

feat: Calculate and return the actual duration of generated videos and increase the default video generation duration to 4.0 seconds.
75baa59

jebin2 commited on

fix: cast duration to int (ceil) with min 4s for Grok video API
431b441

jebin2 commited on

feat: Integrate Grok SDK for video generation with new `GrokVideoGenerator` and configuration options.
b3fc79f

jebin2 commited on