Files
bili-shadowreplay/src-tauri/config.example.toml

17 lines
420 B
TOML
Raw Normal View History

2025-04-30 02:27:22 +08:00
cache = "./cache"
output = "./output"
live_start_notify = true
live_end_notify = true
clip_notify = true
post_notify = true
auto_subtitle = false
subtitle_generator_type = "whisper_online"
2025-04-30 21:33:09 +08:00
whisper_model = "./whisper_model.bin"
2025-04-30 02:27:22 +08:00
whisper_prompt = "这是一段中文 你们好"
openai_api_key = ""
2025-04-30 02:27:22 +08:00
clip_name_format = "[{room_id}][{live_id}][{title}][{created_at}].mp4"
[auto_generate]
enabled = false
encode_danmu = false