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 transcribe_asr extension; optimize bedrock_llm extension; fix polly_tts bugs #174

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

Chen188
Copy link
Contributor

@Chen188 Chen188 commented Aug 8, 2024

Amazon Transcribe ASR Extension

Configurations

You can config this extension by providing following environments:

Env Required Default Notes
AWS_REGION No us-east-1 The Region of Amazon Transcribe service you want to use.
AWS_ACCESS_KEY_ID No - Access Key of your IAM User, make sure you've set proper permissions to start stream transcription. Will use default credentials provider if not provided. Check document.
AWS_SECRET_ACCESS_KEY No - Secret Key of your IAM User. Will use default credentials provider if not provided. Check document.

@plutoless plutoless merged commit 739b0b5 into TEN-framework:main Aug 9, 2024
1 check passed
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.

2 participants