We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccca19 commit a28d82eCopy full SHA for a28d82e
bindings/ruby/README.md
@@ -31,7 +31,7 @@ params.duration = 60_000
31
params.max_text_tokens = 300
32
params.translate = true
33
params.print_timestamps = false
34
-params.prompt = "Initial prompt here."
+params.initial_prompt = "Initial prompt here."
35
36
whisper.transcribe("path/to/audio.wav", params) do |whole_text|
37
puts whole_text
0 commit comments