You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'When enabled, message images are sent to the LLM as multimodal image input. When disabled, images are saved locally as attachments and only the file path is passed to the AI assistant.',
1346
+
llmSupportAudioInputOutput: 'Support Audio Input and Output',
1347
+
llmSupportAudioInputOutputHint:
1348
+
'When enabled, the AI assistant can transcribe incoming audio messages and reply with voice on supported channels.',
1343
1349
llmMaxContextTokens: 'LLM Max Context Tokens (K)',
1344
1350
llmMaxContextTokensHint:
1345
1351
'Set the maximum number of context tokens (in thousands) for the LLM. Exceeding this limit will trigger context trimming.',
@@ -1348,6 +1354,23 @@ export default {
1348
1354
llmApiKeyPlaceholder: 'Please enter API key',
1349
1355
llmBaseUrl: 'LLM Base URL',
1350
1356
llmBaseUrlHint: 'Base URL for LLM API, used for custom API endpoints',
1357
+
aiVoiceApiKey: 'Audio API Key',
1358
+
aiVoiceApiKeyHint:
1359
+
'API key used for audio transcription and speech synthesis. Falls back to the current LLM API key when left blank.',
1360
+
aiVoiceBaseUrl: 'Audio Base URL',
1361
+
aiVoiceBaseUrlHint:
1362
+
'Base URL used for audio transcription and speech synthesis. Falls back to the current LLM base URL when left blank.',
1363
+
aiVoiceSttModel: 'Audio Transcription Model',
1364
+
aiVoiceSttModelHint: 'Model name used to convert audio content into text.',
1365
+
aiVoiceTtsModel: 'Speech Synthesis Model',
1366
+
aiVoiceTtsModelHint: 'Model name used to convert text content into speech.',
1367
+
aiVoiceTtsVoice: 'Voice Preset',
1368
+
aiVoiceTtsVoiceHint: 'Speaker or voice preset used for speech synthesis.',
1369
+
aiVoiceLanguage: 'Recognition Language',
1370
+
aiVoiceLanguageHint:
1371
+
'Default language for audio transcription, such as zh or en. Leave blank to use the backend default.',
1372
+
aiVoiceReplyWithText: 'Include Text with Voice Replies',
1373
+
aiVoiceReplyWithTextHint: 'When sending a voice reply, also include the text version of the response.',
0 commit comments