google gemini set default model to models/gemini-2.0-flash-live-001

This commit is contained in:
Dave Horton
2025-05-22 08:12:58 -04:00
parent b92a9c700e
commit f670626cf7

View File

@@ -33,7 +33,7 @@ class TaskLlmGoogle_S2S extends Task {
this.vendor = this.parent.vendor;
this.vendor = this.parent.vendor;
this.model = this.parent.model || 'gemini-2o';
this.model = this.parent.model || 'models/gemini-2.0-flash-live-001';
this.auth = this.parent.auth;
this.connectionOptions = this.parent.connectOptions;