From 9029d9ceb3731ea5fef07a3a2e18bf2e0aaa4299 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 29 May 2026 21:47:19 +0900 Subject: [PATCH] Update RBS --- bindings/ruby/sig/whisper.rbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index 0ce85961d..1074ebee4 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -627,7 +627,7 @@ module Whisper # Load a Parakeet model from the given file path. # - def self.new: (String | path | ::URI::HTTP) -> instance + def self.new: (String | path | ::URI::HTTP, ?Params) -> instance # Transcribe a single audio file. #