From 6e61e0fcf801bf3d16f0c93e9f3b6e494101bd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:17:03 +0200 Subject: [PATCH] feat: migrate to official openai-whisper package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ab13e1..d09754a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ web=[ worker=[ "watchdog[watchmedo] ==3.0.0", - "whisper-openai ==1.0.0", + "openai-whisper ==20230314", "requests ==2.31.0" ]