File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def generate(
4545 Args:
4646 prompt (str): A description of the desired video. Positive prompt for the generation.
4747
48- model (str): The model to use for video generation (e.g., "google/veo-3.0-fast") .
48+ model (str): The model to use for video generation.
4949
5050 height (int, optional): Height of the video to generate in pixels.
5151
@@ -191,7 +191,7 @@ async def generate(
191191 Args:
192192 prompt (str): A description of the desired video. Positive prompt for the generation.
193193
194- model (str): The model to use for video generation (e.g., "google/veo-3.0-fast") .
194+ model (str): The model to use for video generation.
195195
196196 height (int, optional): Height of the video to generate in pixels.
197197
You can’t perform that action at this time.
0 commit comments