update readme

This commit is contained in:
Timofey Gelazoniya 2023-10-05 21:07:34 +03:00
parent a025285256
commit b06969d528
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 2 additions and 2 deletions

View File

@ -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).