add default model (#1147)

This commit is contained in:
Sam Machin
2025-04-22 14:49:24 +01:00
committed by GitHub
parent 182c310191
commit 0bf2013934

View File

@@ -29,7 +29,7 @@ class TaskLlmVoiceAgent_S2S extends Task {
this.parent = parentTask;
this.vendor = this.parent.vendor;
this.model = this.parent.model;
this.model = this.parent.model || 'voice-agent';
this.auth = this.parent.auth;
this.connectionOptions = this.parent.connectOptions;