diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index a05b2d1da..e14d6d98b 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -614,6 +614,8 @@ module Whisper module Parakeet extend LogSettable + VERSION: String + # Control logging output. The default behavior is to print to stderr. # def self.log_set: (nil, Object? user_data) -> nil