From a52dc0cbf8eb03b1f0b2c40eccf4e5d00ff5aa4c Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Fri, 15 Dec 2023 00:09:55 +0530 Subject: [PATCH] update chrome/firefox plugin readme --- Audio-Transcription-Chrome/README.md | 1 + Audio-Transcription-Firefox/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Audio-Transcription-Chrome/README.md b/Audio-Transcription-Chrome/README.md index 0d40290..7392f73 100644 --- a/Audio-Transcription-Chrome/README.md +++ b/Audio-Transcription-Chrome/README.md @@ -29,6 +29,7 @@ When using the Audio Transcription extension, you have the following options: - **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. ### Getting Started - Make sure the transcription server is running properly. To know more about how to start the server, see the [documentation here](https://github.com/collabora/whisper-live). diff --git a/Audio-Transcription-Firefox/README.md b/Audio-Transcription-Firefox/README.md index 52e4ceb..be48b78 100644 --- a/Audio-Transcription-Firefox/README.md +++ b/Audio-Transcription-Firefox/README.md @@ -27,6 +27,7 @@ When using the Audio Transcription extension, you have the following options: - **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. ### Getting Started - Make sure the transcription server is running properly. To know more about how to start the server, see the [documentation here](https://github.com/collabora/whisper-live).