Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
{
|
2 |
-
"save_directory": "
|
3 |
-
"ffmpeg_path": "
|
4 |
-
"spacy_model": "zh_core_web_md",
|
5 |
-
"whisper_model": "large-v3",
|
6 |
-
"whisper_compute_type": "int8_float16",
|
7 |
-
"whisper_language": "zh",
|
8 |
-
"whisper_beam_size": 8,
|
9 |
-
"whisper_temperature" : 0.4,
|
10 |
-
"audio_start_percent":0,
|
11 |
-
"audio_end_percent":100,
|
12 |
-
"openai_model": "gpt-4o-mini",
|
13 |
-
"max_refinement_count": 5
|
14 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"save_directory": "/output",
|
3 |
+
"ffmpeg_path": "/usr/bin/ffmpeg",
|
4 |
+
"spacy_model": "zh_core_web_md",
|
5 |
+
"whisper_model": "large-v3",
|
6 |
+
"whisper_compute_type": "int8_float16",
|
7 |
+
"whisper_language": "zh",
|
8 |
+
"whisper_beam_size": 8,
|
9 |
+
"whisper_temperature" : 0.4,
|
10 |
+
"audio_start_percent":0,
|
11 |
+
"audio_end_percent":100,
|
12 |
+
"openai_model": "gpt-4o-mini",
|
13 |
+
"max_refinement_count": 5
|
14 |
+
}
|