mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
google gemini set default model to models/gemini-2.0-flash-live-001
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user