mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-25 04:22:24 +08:00
17 lines
420 B
TOML
17 lines
420 B
TOML
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"
|
|
whisper_model = "./whisper_model.bin"
|
|
whisper_prompt = "这是一段中文 你们好"
|
|
openai_api_key = ""
|
|
clip_name_format = "[{room_id}][{live_id}][{title}][{created_at}].mp4"
|
|
|
|
[auto_generate]
|
|
enabled = false
|
|
encode_danmu = false
|