Spaces:
Running
Running
ruby : fix the instructions (#2548)
Browse files#prompt doesn't exist but #initial_prompt does
- bindings/ruby/README.md +1 -1
bindings/ruby/README.md
CHANGED
|
@@ -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.
|
| 35 |
|
| 36 |
whisper.transcribe("path/to/audio.wav", params) do |whole_text|
|
| 37 |
puts whole_text
|
|
|
|
| 31 |
params.max_text_tokens = 300
|
| 32 |
params.translate = true
|
| 33 |
params.print_timestamps = false
|
| 34 |
+
params.initial_prompt = "Initial prompt here."
|
| 35 |
|
| 36 |
whisper.transcribe("path/to/audio.wav", params) do |whole_text|
|
| 37 |
puts whole_text
|