Add Azure TTS service

This commit is contained in:
Cohee
2024-05-22 01:37:51 +03:00
parent 0371bf4e9f
commit f5fccc0387
6 changed files with 306 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ export const SECRET_KEYS = {
COHERE: 'api_key_cohere',
PERPLEXITY: 'api_key_perplexity',
GROQ: 'api_key_groq',
AZURE_TTS: 'api_key_azure_tts',
};
const INPUT_MAP = {