From 586f1d60b9a00e722c00cbaef2fe01bbb58acb4a Mon Sep 17 00:00:00 2001 From: Jeronymous Date: Wed, 22 Nov 2023 14:43:22 +0100 Subject: [PATCH] Update release note --- .envdefault | 2 +- RELEASE.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.envdefault b/.envdefault index 1dbc2b1..88c27ea 100644 --- a/.envdefault +++ b/.envdefault @@ -13,7 +13,7 @@ BROKER_PASS= # STT MODELING PARAMETERS ############################################ -# The model can be a path to a model, or a model name ("tiny", "base", "small", "medium", "large-v1" or "large-v2") +# The model can be a path to a model, or a model name ("tiny", "base", "small", "medium", "large-v1", "large-v2" or "large-v3") MODEL=medium # The language can be in different formats: "en", "en-US", "English", ... diff --git a/RELEASE.md b/RELEASE.md index a53454e..f507fa5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,6 @@ +# 4.0.5 +- Support of Whisper large-v3 model + # 4.0.4 - Add integration of Whisper models from transformers - Add support of prompt from Whisper models (env variable PROMPT)