fix ena planner template selection and stream defaults; improve tts free text chunking
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user