File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ def create_and_poll(
128128 self ,
129129 * ,
130130 prompt : str ,
131- character_ids : SequenceNotStr [str ] | Omit = omit ,
132131 input_reference : FileTypes | Omit = omit ,
133132 model : VideoModelParam | Omit = omit ,
134133 seconds : VideoSeconds | Omit = omit ,
@@ -145,7 +144,6 @@ def create_and_poll(
145144 video = self .create (
146145 model = model ,
147146 prompt = prompt ,
148- character_ids = character_ids ,
149147 input_reference = input_reference ,
150148 seconds = seconds ,
151149 size = size ,
@@ -485,7 +483,6 @@ async def create_and_poll(
485483 self ,
486484 * ,
487485 prompt : str ,
488- character_ids : SequenceNotStr [str ] | Omit = omit ,
489486 input_reference : FileTypes | Omit = omit ,
490487 model : VideoModelParam | Omit = omit ,
491488 seconds : VideoSeconds | Omit = omit ,
@@ -502,7 +499,6 @@ async def create_and_poll(
502499 video = await self .create (
503500 model = model ,
504501 prompt = prompt ,
505- character_ids = character_ids ,
506502 input_reference = input_reference ,
507503 seconds = seconds ,
508504 size = size ,
You can’t perform that action at this time.
0 commit comments