feat: Implement video generation functionality and integrate with Kling API.
This commit is contained in:
@@ -7,6 +7,7 @@ from pydantic import BaseModel, computed_field, Field, model_validator
|
||||
|
||||
class AssetContentType(str, Enum):
|
||||
IMAGE = 'image'
|
||||
VIDEO = 'video'
|
||||
PROMPT = 'prompt'
|
||||
|
||||
class AssetType(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user