Skip to content

Commit a2e916f

Browse files
committed
feat: remove excess deprecated model warnings from TTS functions
1 parent 4b66e47 commit a2e916f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/fishaudio/resources/tts.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ def convert(
206206
save(audio, "output.mp3")
207207
```
208208
"""
209-
warn_if_deprecated_model(model)
210-
211209
return self.stream(
212210
text=text,
213211
reference_id=reference_id,
@@ -513,8 +511,6 @@ async def convert(
513511
save(audio, "output.mp3")
514512
```
515513
"""
516-
warn_if_deprecated_model(model)
517-
518514
stream = await self.stream(
519515
text=text,
520516
reference_id=reference_id,

0 commit comments

Comments
 (0)