You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tid = # The tid of the video, see https://bilitool.timerring.com/tid.html
20
+
tid = # The tid of the video(int), see https://bilitool.timerring.com/tid.html
21
21
gift_price_filter = 1# The gift whose price is less than this value will be filtered, unit: RMB
22
22
reserve_for_fixing = false# If encounter MOOV crash error, delete the video or reserve for fixing
23
23
upload_line = "auto"# The upload line to be used, default None is auto detect(recommended), if you want to specify, it can be "bldsa", "ws", "tx", "qn", "bda2".
24
24
25
25
[slice]
26
26
auto_slice = false# General control: true or false
27
+
slice_prompt = ""# Write your own slice prompt here, key word: {artist}
27
28
slice_duration = 60# better not exceed 300 seconds
28
29
slice_num = 2# the number of slices
29
30
slice_overlap = 30# the overlap of slices(seconds) see my package https://github.com/timerring/auto-slice-video for more details
30
31
slice_step = 1# the step of slices(seconds)
31
32
min_video_size = 200# The minimum video size to be sliced (MB)
32
33
mllm_model = "qwen"# the multi-model LLMs, can be "qwen" or "gemini" or "zhipu"
33
-
slice_prompt = ""# Write your own slice prompt here
34
34
qwen_api_key = ""# Apply for your own Qwen API key at https://bailian.console.aliyun.com/?apiKey=1
35
35
zhipu_api_key = ""# Apply for your own GLM-4v-Plus API key at https://www.bigmodel.cn/invite?icode=shBtZUfNE6FfdMH1R6NybGczbXFgPRGIalpycrEwJ28%3D
36
36
gemini_api_key = ""# Apply for your own Gemini API key at https://aistudio.google.com/app/apikey
37
+
sensenova_api_key = ""# Apply for your own SenseNova API key at https://console.sensecore.cn/aistudio/management/api-key
0 commit comments