fix: T2 live — modele gemini-2.5-flash-native-audio-latest
This commit is contained in:
parent
fb506a954f
commit
16617b5c54
2 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,11 @@
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(npm run:*)",
|
"Bash(npm run:*)",
|
||||||
"Bash(SUPABASE_URL=https://dummy.supabase.co SUPABASE_SERVICE_ROLE_KEY=dummy node -e \"import\\('./dist/index.js'\\).then\\(\\(\\) => { console.log\\('IMPORT_OK'\\); process.exit\\(0\\); }\\).catch\\(e => { console.error\\('IMPORT_FAIL:', e.message\\); process.exit\\(1\\); }\\)\")",
|
"Bash(SUPABASE_URL=https://dummy.supabase.co SUPABASE_SERVICE_ROLE_KEY=dummy node -e \"import\\('./dist/index.js'\\).then\\(\\(\\) => { console.log\\('IMPORT_OK'\\); process.exit\\(0\\); }\\).catch\\(e => { console.error\\('IMPORT_FAIL:', e.message\\); process.exit\\(1\\); }\\)\")",
|
||||||
"Bash(npm install:*)"
|
"Bash(npm install:*)",
|
||||||
|
"Bash(git add:*)",
|
||||||
|
"Bash(git commit -m ':*)",
|
||||||
|
"Bash(git push:*)",
|
||||||
|
"Bash(git commit:*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ puis attends que le candidat prenne l'initiative.`
|
||||||
export const GEMINI_LIVE_URL =
|
export const GEMINI_LIVE_URL =
|
||||||
'wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1beta.GenerativeService.BidiGenerateContent'
|
'wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1beta.GenerativeService.BidiGenerateContent'
|
||||||
|
|
||||||
export const GEMINI_LIVE_MODEL = 'models/gemini-2.0-flash-exp'
|
export const GEMINI_LIVE_MODEL = 'models/gemini-2.5-flash-native-audio-latest'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Subset minimal d'une WebSocket — compatible avec :
|
* Subset minimal d'une WebSocket — compatible avec :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue