Add Parakeet::Context#model in RBS

This commit is contained in:
Kitaiti Makoto 2026-05-28 22:40:45 +09:00
parent 15148c7619
commit 6778df2d62
1 changed files with 2 additions and 0 deletions

View File

@ -681,6 +681,8 @@ module Whisper
#
def full_get_token_data: (Integer segment_index, Integer token_index) -> Token
def model: () -> Model
# Yields each Whisper::Parakeet::Segment:
#
# parakeet.transcribe("path/to/audio.wav", params)