fix(geminiLive): try gemini-2.0-flash-live-001 model
This commit is contained in:
parent
be2b325c4b
commit
f3eb7d615e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ import {
|
|||
* documenté : `gemini-2.0-flash-live-001` (modèle Live garanti sur Express
|
||||
* d'après la doc Vertex Express).
|
||||
*/
|
||||
export const GEMINI_LIVE_MODEL = "gemini-3.1-flash-live-preview";
|
||||
export const GEMINI_LIVE_MODEL = "gemini-2.0-flash-live-001";
|
||||
|
||||
/** Timeout total session WS T2 Live : 3 min 30 (durée TCF) + marge évaluation. */
|
||||
export const T2_SESSION_TIMEOUT_MS = 210_000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue