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. #