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
gift_price_filter = 1# The gift whose price is less than this value will be filtered, unit: RMB
23
21
reserve_for_fixing = false# If encounter MOOV crash error, delete the video or reserve for fixing
24
22
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".
@@ -30,13 +28,15 @@ slice_num = 2 # the number of slices
30
28
slice_overlap = 30# the overlap of slices(seconds) see my package https://github.com/timerring/auto-slice-video for more details
31
29
slice_step = 1# the step of slices(seconds)
32
30
min_video_size = 200# The minimum video size to be sliced (MB)
33
-
mllm_model = "gemini"# the multi-model LLMs, can be "gemini" or "zhipu" or "qwen"
31
+
mllm_model = "qwen"# the multi-model LLMs, can be "qwen" or "gemini" or "zhipu"
32
+
slice_prompt = ""# Write your own slice prompt here
33
+
qwen_api_key = ""# Apply for your own Qwen API key at https://bailian.console.aliyun.com/?apiKey=1
34
34
zhipu_api_key = ""# Apply for your own GLM-4v-Plus API key at https://www.bigmodel.cn/invite?icode=shBtZUfNE6FfdMH1R6NybGczbXFgPRGIalpycrEwJ28%3D
35
35
gemini_api_key = ""# Apply for your own Gemini API key at https://aistudio.google.com/app/apikey
36
-
qwen_api_key = ""# Apply for your own Qwen API key at https://bailian.console.aliyun.com/?apiKey=1
37
36
38
37
[cover]
39
38
generate_cover = false# whether to generate cover
39
+
cover_prompt = ""# Write your own cover prompt here
40
40
image_gen_model = "minimax"# the image generation model, can be "minimax" or "siliconflow" or "tencent" or "baidu" or "stability" or "luma" or "ideogram" or "recraft" or "amazon"
41
41
minimax_api_key = ""# Apply for your own Minimax API key at https://platform.minimaxi.com/user-center/basic-information/interface-key
42
42
siliconflow_api_key = ""# Apply for your own SiliconFlow API key at https://cloud.siliconflow.cn/i/3Szr5BVg
0 commit comments