feat: support edge tts

This commit is contained in:
Hk-Gosuto
2024-05-27 21:25:25 +08:00
parent b1e91ca5cd
commit e759631ba3
14 changed files with 537 additions and 56 deletions

View File

@@ -15,6 +15,7 @@ const DANGER_CONFIG = {
customModels: serverConfig.customModels,
isEnableRAG: serverConfig.isEnableRAG,
defaultModel: serverConfig.defaultModel,
edgeTTSVoiceName: serverConfig.edgeTTSVoiceName,
};
declare global {