From e4bcb08d9c6eebaa51393b91fb0d7ba133554e2f Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 17 Jun 2026 13:34:41 +0900 Subject: [PATCH] Fix English --- bindings/ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/README.md b/bindings/ruby/README.md index 6830bcf4e..7f6b7d92c 100644 --- a/bindings/ruby/README.md +++ b/bindings/ruby/README.md @@ -398,7 +398,7 @@ whisper ### Parakeet ### -Now whispercpp supports NVIDIA's ASR model Parakeet. +whispercpp gem now supports NVIDIA's ASR model Parakeet. If you want to use Parakeet instead of Whisper, the API should feel familiar. In most cases, replace `Whisper::Context` and `Whisper::Params` with `Whisper::Parakeet::Context` and `Whisper::Parakeet::Params`, then use `#transcribe`, `#full`, `#each_segment`, and `#each_token` in the same way.