File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ MLLM 模型主要用于自动切片后的切片标题生成,此功能默认关
188188
189189#### 4. bilitool 登录
190190
191- > 由于一般日志打印不出二维码效果(docker 的日志不确定是否能打印,等发布新image时再修改,docker 版本请先参考文档[ bilive] ( https://bilive.timerring.com ) ,本 README 只针对源码部署),所以这步需要提前在机器上安装 [ bilitool] ( https://github.com/timerring/bilitool ) :
191+ > 由于一般日志打印不出二维码效果(docker 的日志不确定是否能打印,等发布新image时再修改,docker 版本请先参考文档 [ bilive] ( https://bilive.timerring.com ) ,本 README 只针对源码部署),所以这步需要提前在机器上安装 [ bilitool] ( https://github.com/timerring/bilitool ) :
192192
193193```
194194pip install bilitool
Original file line number Diff line number Diff line change 1010GPU_EXIST = True
1111# Can be pipeline, append, merge
1212MODEL_TYPE = "append"
13+
1314# =============== The auto speech recognition configuration ============================
14- ASR_METHOD = "api " # can be "deploy" or "api" or "none"
15+ ASR_METHOD = "none " # can be "deploy" or "api" or "none"
1516# If you choose "api", due to the limitation of free tier, you should keep every video less than 30 minutes(around)
1617# Apply for your own API key at https://console.groq.com/keys
1718WHISPER_API_KEY = ""
19+ # If you choose "deploy", you should download the model from https://huggingface.co/openai/whisper-large-v3-turbo
1820Inference_Model = "small" # the model to be deployed
21+
1922# =============== The video configuration ============================
2023TITLE = "{artist}直播回放-{date}-{title}"
2124# You can change the title as you like, eg.
2528# You can change the description as you like.
2629GIFT_PRICE_FILTER = 1 # The gift whose price is less than this value will be filtered, unit: RMB
2730RESERVE_FOR_FIXING = False # If encounter MOOV crash error, delete the video or reserve for fixing
31+
2832# ============================ The video slice configuration ==================
2933AUTO_SLICE = False
3034SLICE_DURATION = 60 # better not exceed 300 seconds
You can’t perform that action at this time.
0 commit comments