Skip to content

Commit

Permalink
🐛 fix: fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 24, 2024
1 parent 5680bd7 commit 82cbbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const DEFAULT_BASE_SETTINGS: GlobalBaseSettings = {
};

export const DEFAUTT_AGENT_TTS_CONFIG: LobeAgentTTSConfig = {
showAllLocaleVoice: true,
showAllLocaleVoice: false,
sttLocale: 'auto',
ttsService: 'openai',
voice: {
Expand Down

0 comments on commit 82cbbde

Please sign in to comment.