From 6fd5358dd0162bca1409022a14e8fb9b1e41cc91 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 27 Nov 2022 11:30:32 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3722d043..9c77782e 100644 --- a/README.md +++ b/README.md @@ -468,4 +468,9 @@ Some of the examples are even ported to run in the browser using WebAssembly. Ch | [livestream.sh](examples/livestream.sh) | | [Livestream audio transcription](https://github.com/ggerganov/whisper.cpp/issues/185) | | [yt-wsp.sh](examples/yt-wsp.sh) | | Download + transcribe and/or translate any VOD [(original)](https://gist.github.com/DaniruKun/96f763ec1a037cc92fe1a059b643b818) | -## [Frequently asked questions (#126)](https://github.com/ggerganov/whisper.cpp/discussions/126) +## [Discussions](https://github.com/ggerganov/whisper.cpp/discussions) + +If you have any kind of feedback about this project feel free to use the Discussions section and open a new topic. +You can use the [Show and tell](https://github.com/ggerganov/whisper.cpp/discussions/categories/show-and-tell) category +to share your own projects that use `whisper.cpp`. If you have a question, make sure to check the +[Frequently asked questions (#126)](https://github.com/ggerganov/whisper.cpp/discussions/126) discussion.