We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76a21f commit be38da4Copy full SHA for be38da4
schemas.py
@@ -23,6 +23,7 @@ class CustomModeGenerateParam(BaseModel):
23
)
24
title: str = Field(..., description="song title")
25
tags: str = Field(..., description="style of music")
26
+ negative_tags: str = Field(..., description="negative style of music")
27
continue_at: Optional[int] = Field(
28
default=None,
29
description="continue a new clip from a previous song, format number",
0 commit comments