Skip to content

Commit f745f70

Browse files
committed
feat: add "s2-pro" to the list of supported backends in schemas legacy sdk
1 parent 6ad822d commit f745f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fish_audio_sdk/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from pydantic import BaseModel, Field
88

9-
Backends = Literal["speech-1.5", "speech-1.6", "agent-x0", "s1", "s1-mini"]
9+
Backends = Literal["speech-1.5", "speech-1.6", "agent-x0", "s1", "s1-mini", "s2-pro"]
1010

1111
Item = TypeVar("Item")
1212

0 commit comments

Comments
 (0)