Merge remote-tracking branch 'origin/develop' into release/async

This commit is contained in:
Carlos-Mesquita
2024-11-10 06:54:10 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class IVideoGeneratorService(ABC):
]
@abstractmethod
async def create_video(self, text: str, avatar: str):
async def create_video(self, text: str, avatar: str, title: str):
pass
@abstractmethod