mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -07:00
feat(voice): add privacy and compliance UX warning for Gemini Live backend (#26454)
This commit is contained in:
@@ -2099,7 +2099,11 @@ const SETTINGS_SCHEMA = {
|
||||
category: 'Experimental',
|
||||
requiresRestart: false,
|
||||
default: 'gemini-live',
|
||||
description: 'The backend to use for voice transcription.',
|
||||
description: oneLine`
|
||||
The backend to use for voice transcription. Note: When using the
|
||||
Gemini Live backend, voice recordings are sent to Google Cloud for
|
||||
transcription.
|
||||
`,
|
||||
showInDialog: true,
|
||||
options: [
|
||||
{ value: 'gemini-live', label: 'Gemini Live API (Cloud)' },
|
||||
|
||||
Reference in New Issue
Block a user