3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1

Amazon Polly TTS Extension

Configurations

You can config this extension by providing following environments:

Env Required Default Notes
AWS_TTS_REGION No us-east-1 The Region of Amazon Bedrock service you want to use.
AWS_TTS_ACCESS_KEY_ID No - Access Key of your IAM User, make sure you've set proper permissions to synthesize speech. Will use default credentials provider if not provided. Check document.
AWS_TTS_SECRET_ACCESS_KEY No - Secret Key of your IAM User, make sure you've set proper permissions to synthesize speech. Will use default credentials provider if not provided. Check document.