Skip to content

Commit ab08fbc

Browse files
authored
Support S1 (#22)
1 parent 3a0975d commit ab08fbc

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
@@ -5,7 +5,7 @@
55
from pydantic import BaseModel, Field
66

77

8-
Backends = Literal["speech-1.5", "speech-1.6", "agent-x0"]
8+
Backends = Literal["speech-1.5", "speech-1.6", "agent-x0", "s1", "s1-mini"]
99

1010
Item = TypeVar("Item")
1111

0 commit comments

Comments
 (0)