Skip to content

Commit 0dd5b56

Browse files
committed
[skip ci] Add prompt usage in README
1 parent 76002a5 commit 0dd5b56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/ruby/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ params.duration = 60_000
3131
params.max_text_tokens = 300
3232
params.translate = true
3333
params.print_timestamps = false
34+
params.prompt = "John F. Kennedy says: "
3435

3536
whisper.transcribe("path/to/audio.wav", params) do |whole_text|
3637
puts whole_text

0 commit comments

Comments
 (0)