fix ena planner template selection and stream defaults; improve tts free text chunking

This commit is contained in:
2026-02-25 21:46:50 +08:00
parent fafdb18eaf
commit 21f09a7bd1
3 changed files with 49 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ function getDefaultSettings() {
customPrefix: '',
apiKey: '',
model: '',
stream: false,
stream: true,
temperature: 1,
top_p: 1,
top_k: 0,
@@ -1461,4 +1461,3 @@ export function cleanupEnaPlanner() {
}
delete window.xiaobaixEnaPlanner;
}