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

@@ -39,6 +39,7 @@ const SECRET_KEYS = {
COHERE: 'api_key_cohere',
PERPLEXITY: 'api_key_perplexity',
GROQ: 'api_key_groq',
AZURE_TTS: 'api_key_azure_tts',
};
// These are the keys that are safe to expose, even if allowKeysExposure is false