mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 21:13:47 +08:00
feat: support edge tts
This commit is contained in:
@@ -151,5 +151,7 @@ export const getServerSideConfig = () => {
|
||||
ragChunkOverlap: process.env.RAG_CHUNK_OVERLAP ?? "200",
|
||||
ragReturnCount: process.env.RAG_RETURN_COUNT ?? "4",
|
||||
allowedWebDevEndpoints,
|
||||
|
||||
edgeTTSVoiceName: process.env.EDGE_TTS_VOICE_NAME ?? "zh-CN-YunxiNeural",
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user