From 7bac5e4d7a0792e6a9e1b9e8c0a55179c57f757d Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 15 Jun 2026 02:37:35 +0900 Subject: [PATCH] Fix README --- bindings/ruby/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bindings/ruby/README.md b/bindings/ruby/README.md index 116ef82c3..6830bcf4e 100644 --- a/bindings/ruby/README.md +++ b/bindings/ruby/README.md @@ -412,8 +412,7 @@ Parakeet = Whisper::Parakeet parakeet = Parakeet::Context.new("path/to/model") params = Parakeet::Params.new( - no_context: true, - chunk_length_ms: 10_000 + no_context: true ) parakeet @@ -426,7 +425,6 @@ parakeet The main differences are: * Namespace is `Whisper::Parakeet`. -* `Whisper::Parakeet::Params` has Parakeet-specific chunk and context settings such as `chunk_length_ms`, `left_context_ms`, and `right_context_ms`. * Parakeet also supports `on_new_token` / `new_token_callback` in addition to segment and progress callbacks. Custom context params