Skip to content

Commit

Permalink
馃悰 fix: Test CI and Release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed May 4, 2024
1 parent aff22b5 commit a909afe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/const/settings/index.ts
Expand Up @@ -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',
},
};

Expand Down

0 comments on commit a909afe

Please sign in to comment.