From b06969d52817e3da3d78b248e16087805a3d7a48 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Thu, 5 Oct 2023 21:07:34 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 619a737..cf7fffc 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Receive a response in JSON format: # Roadmap -- [ ] Implement automatic model downloading from [huggingface](https://huggingface.co/ggerganov/whisper.cpp/tree/main) -- [ ] Implement automatic `Whisper.dll` downloading from [Guthub releases](https://github.com/Const-me/Whisper/releases) +- [x] Implement automatic model downloading from [huggingface](https://huggingface.co/ggerganov/whisper.cpp/tree/main) +- [x] Implement automatic `Whisper.dll` downloading from [Guthub releases](https://github.com/Const-me/Whisper/releases) - [ ] Provide prebuilt binaries for Windows - [ ] Include instructions for running on Linux with Wine (likely possible).