From a909afec2d242932c589b3ed31b87a078bb47007 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 4 May 2024 13:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Test=20CI=20and=20Release?= =?UTF-8?q?=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/settings/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/const/settings/index.ts b/src/const/settings/index.ts index 110e0d1545e2..24391cfe5441 100644 --- a/src/const/settings/index.ts +++ b/src/const/settings/index.ts @@ -36,11 +36,10 @@ export const DEFAULT_BASE_SETTINGS: GlobalBaseSettings = { export const DEFAUTT_AGENT_TTS_CONFIG: LobeAgentTTSConfig = { showAllLocaleVoice: false, - sttLocale: 'en-US', - ttsService: 'edge', + sttLocale: 'auto', + ttsService: 'openai', voice: { openai: 'alloy', - edge: 'en-US-JennyNeural', }, };