feat: Add Audio configuration setting to app configuration UI (#21957)

This commit is contained in:
Marcelo Díaz
2025-07-11 02:04:42 -04:00
committed by GitHub
parent d5624ba671
commit 9a9ec0c99b
5 changed files with 89 additions and 0 deletions

View File

@@ -222,6 +222,10 @@ const translation = {
title: 'Document',
description: 'Enable Document will allows the model to take in documents and answer questions about them.',
},
audioUpload: {
title: 'Audio',
description: 'Enable Audio will allow the model to process audio files for transcription and analysis.',
},
},
codegen: {
title: 'Code Generator',