Update RBS

This commit is contained in:
Kitaiti Makoto 2026-05-29 21:47:19 +09:00
parent 4468a62ecf
commit 9029d9ceb3
1 changed files with 1 additions and 1 deletions

View File

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