Add handlers for vision and transcription model changes in App.jsx

This commit is contained in:
2026-04-17 08:39:15 +02:00
parent 7aa433b182
commit 826fd29278

View File

@@ -2951,6 +2951,8 @@ async function createNewChat() {
{activeSettingsSubmenu === 'General' && (
<GeneralSettings
onModelChange={setModel}
onVisionModelChange={setVisionModel}
onTranscriptionModelChange={setTranscriptionModel}
onBackendApiUrlChange={setBackendApiUrl}
streamOutput={streamOutput}
onStreamOutputChange={setStreamOutput}