mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-13 02:10:45 +02:00
feat: Enable microphone input as default for audio models
This commit is contained in:
@@ -111,9 +111,8 @@ export const SETTINGS_REGISTRY: SettingsSectionEntry[] = [
|
|||||||
type: SettingsFieldType.CHECKBOX
|
type: SettingsFieldType.CHECKBOX
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
defaultValue: false,
|
defaultValue: true,
|
||||||
help: 'Automatically show microphone button instead of send button when textarea is empty for models with audio modality support.',
|
help: 'Automatically show microphone button instead of send button when textarea is empty for models with audio modality support.',
|
||||||
isExperimental: true,
|
|
||||||
key: SETTINGS_KEYS.AUTO_MIC_ON_EMPTY,
|
key: SETTINGS_KEYS.AUTO_MIC_ON_EMPTY,
|
||||||
label: 'Show microphone on empty input',
|
label: 'Show microphone on empty input',
|
||||||
type: SettingsFieldType.CHECKBOX
|
type: SettingsFieldType.CHECKBOX
|
||||||
|
|||||||
Reference in New Issue
Block a user