Update configs/default_parameters.yaml
Browse files
configs/default_parameters.yaml
CHANGED
@@ -14,7 +14,7 @@ whisper:
|
|
14 |
no_speech_threshold: 0.6
|
15 |
best_of: 5
|
16 |
patience: 1
|
17 |
-
condition_on_previous_text:
|
18 |
prompt_reset_on_temperature: 0.5
|
19 |
initial_prompt: null
|
20 |
temperature: 0
|
|
|
14 |
no_speech_threshold: 0.6
|
15 |
best_of: 5
|
16 |
patience: 1
|
17 |
+
condition_on_previous_text: false
|
18 |
prompt_reset_on_temperature: 0.5
|
19 |
initial_prompt: null
|
20 |
temperature: 0
|