Skip to content

Commit be38da4

Browse files
committed
negative_tags new field
1 parent f76a21f commit be38da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class CustomModeGenerateParam(BaseModel):
2323
)
2424
title: str = Field(..., description="song title")
2525
tags: str = Field(..., description="style of music")
26+
negative_tags: str = Field(..., description="negative style of music")
2627
continue_at: Optional[int] = Field(
2728
default=None,
2829
description="continue a new clip from a previous song, format number",

0 commit comments

Comments
 (0)