Arche151
Arche151
First of all, I wanna say how thankful I am for faster-whisper and that I'm using it every single day! I saw, that two days ago, distil-whisper support was added...
BingGPT is a fantastic desktop application - thank you for developing it! The feature list mentions the ability to customize the appearance, including the theme and font size. However, I...
First and foremost, thank you again for the outstanding web-UI for Whisper and the recent GPU support integration! Could you consider adding individual user profiles to Whisper? I aim to...
I'd like to propose a feature that could elevate Whishper's functionality further: the implementation of speaker diarization, utilizing pyannote. This addition would be a game-changer imo and finally render Trint...
Officially, multi-language support is still not implemented in distil-whisper. But I noticed, that the esteemed @sanchit-gandhi uploaded a German model for distil-whisper to HuggingFace, called 'distil-whisper-large-v3-de-kd' How can I use...
Dear Braden, could you please quickly fix this? Kind regards
### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my idea. ### Your idea. **Description:** Please implement the pinch-to-zoom...
I have a WhisperX Python script for transcribing meetings, but the speaker diarization for German is really bad, unfortunately. After some research I came across the fine-tuned German segmentation model...
What is the prompt template for `WizardLM-2-8x22B` in the `.env.local`? When setting it to the default one: `{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}{{/ifAssistant}}{{/each}}` the generated output is very odd and...
## Feature request I'd like to propose adding an option to use this local [faster-whisper-server](https://github.com/fedirz/faster-whisper-server) instead of the OpenAI API. The faster-whisper-server is OpenAI API compatible, which suggests that implementing...