From f383121ec30b587857350e999d629be6ec46bd30 Mon Sep 17 00:00:00 2001 From: Sasa Trivic Date: Sun, 4 Feb 2024 18:03:41 +0100 Subject: [PATCH] Remove multilingual option description from the extension readme --- Audio-Transcription-Chrome/README.md | 1 - Audio-Transcription-Firefox/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/Audio-Transcription-Chrome/README.md b/Audio-Transcription-Chrome/README.md index 7392f73..ec00040 100644 --- a/Audio-Transcription-Chrome/README.md +++ b/Audio-Transcription-Chrome/README.md @@ -26,7 +26,6 @@ To capture the audio in the current tab, we used the chrome `tabCapture` API to ### Options When using the Audio Transcription extension, you have the following options: - **Use Collabora Server**: We provide a demo server which runs the whisper small model. - - **Use Multilingual Model**: Enable this option to utilize the multilingual capabilities of OpenAI-whisper. - **Language**: Select the target language for transcription or translation. You can choose from a variety of languages supported by OpenAI-whisper. - **Task:** Choose the specific task to perform on the audio. You can select either "transcribe" for transcription or "translate" to translate the audio to English. - **Model Size**: Select the whisper model size to run the server with. diff --git a/Audio-Transcription-Firefox/README.md b/Audio-Transcription-Firefox/README.md index be48b78..5e4669e 100644 --- a/Audio-Transcription-Firefox/README.md +++ b/Audio-Transcription-Firefox/README.md @@ -24,7 +24,6 @@ To capture the audio in the current tab, we used the chrome `tabCapture` API to ### Options When using the Audio Transcription extension, you have the following options: - **Use Collabora Server**: We provide a demo server which runs the whisper small model. - - **Use Multilingual Model**: Enable this option to utilize the multilingual capabilities of OpenAI-whisper. - **Language**: Select the target language for transcription or translation. You can choose from a variety of languages supported by OpenAI-whisper. - **Task:** Choose the specific task to perform on the audio. You can select either "transcribe" for transcription or "translate" to translate the audio to English. - **Model Size**: Select the whisper model size to run the server with.