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

Add AzureOpenAiTextToSpeechDriver #1150

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Add AzureOpenAiTextToSpeechDriver #1150

merged 2 commits into from
Sep 9, 2024

Conversation

vachillo
Copy link
Member

@vachillo vachillo commented Sep 6, 2024

Describe your changes

Issue ticket number and link

closes #1148


📚 Documentation preview 📚: https://griptape--1150.org.readthedocs.build//1150/

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

client: An `openai.AzureOpenAI` client.
"""

model: str = field(default="tts", kw_only=True, metadata={"serializable": True})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default model is tts not tts-1

default=None,
metadata={"serializable": False},
)
api_version: str = field(default="2024-07-01-preview", kw_only=True, metadata={"serializable": True})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need the latest preview API version, not GA yet.

@vachillo vachillo merged commit 5b56867 into dev Sep 9, 2024
15 checks passed
@vachillo vachillo deleted the a_tts branch September 9, 2024 17:18
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 this pull request may close these issues.

Add AzureOpenAiTextToSpeechDriver
2 participants