Skip to content

Commit

Permalink
chore: 默认开启
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Oct 11, 2024
1 parent ec28338 commit 76faff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ export const DEFAULT_CONFIG = {
},

ttsConfig: {
enable: false,
enable: true,
autoplay: false,
engine: DEFAULT_TTS_ENGINE,
model: DEFAULT_TTS_MODEL,
voice: DEFAULT_TTS_VOICE,
speed: 1.0,
},
sttConfig: {
enable: false,
enable: true,
engine: DEFAULT_STT_ENGINE,
},
};
Expand Down

0 comments on commit 76faff0

Please sign in to comment.