Skip to content

Commit 99e7b43

Browse files
committed
Change prompt text in example
1 parent 0dd5b56 commit 99e7b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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: "
34+
params.prompt = "Initial prompt here."
3535

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

0 commit comments

Comments
 (0)