Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to Fish 1.6? #18

Open
sourman opened this issue Mar 7, 2025 · 0 comments · May be fixed by #19
Open

upgrade to Fish 1.6? #18

sourman opened this issue Mar 7, 2025 · 0 comments · May be fixed by #19

Comments

@sourman
Copy link
Contributor

sourman commented Mar 7, 2025

Not sure if the API auto selects the latest, I saw some of the code pointing to the 1.5 endpoint

Backends = Literal["speech-1.5", "agent-x0"]

text_stream: Iterable[str],
backend: Backends = "speech-1.5",
) -> Generator[bytes, None, None]:

text_stream: AsyncIterable[str],
backend: Backends = "speech-1.5",
) -> AsyncGenerator[bytes, None]:

@sourman sourman linked a pull request Mar 8, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant