adamchanadam's picture
Update config.json
732f817 verified
raw
history blame contribute delete
379 Bytes
{
"save_directory": "/output",
"ffmpeg_path": "/usr/bin/ffmpeg",
"spacy_model": "zh_core_web_md",
"whisper_model": "large-v3",
"whisper_compute_type": "int8_float16",
"whisper_language": "zh",
"whisper_beam_size": 8,
"whisper_temperature" : 0.4,
"audio_start_percent":0,
"audio_end_percent":100,
"openai_model": "gpt-4o-mini",
"max_refinement_count": 5
}