fix(geminiLive): use Gemini Developer API (no vertexai flag)
This commit is contained in:
parent
f3eb7d615e
commit
91bb93a07f
1 changed files with 1 additions and 2 deletions
|
|
@ -223,8 +223,7 @@ export function openGeminiLiveSession(
|
|||
contexte: opts.contexte,
|
||||
});
|
||||
|
||||
const ai =
|
||||
opts.clientFactory?.(apiKey) ?? new GoogleGenAI({ vertexai: true, apiKey });
|
||||
const ai = opts.clientFactory?.(apiKey) ?? new GoogleGenAI({ apiKey });
|
||||
|
||||
const transcriptEntries: TranscriptEntry[] = [];
|
||||
let sessionEnded = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue