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
Copy file name to clipboardExpand all lines: bilive.toml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ slice_num = 2 # the number of slices
30
30
slice_overlap = 30# the overlap of slices(seconds) see my package https://github.com/timerring/auto-slice-video for more details
31
31
slice_step = 1# the step of slices(seconds)
32
32
min_video_size = 200# The minimum video size to be sliced (MB)
33
-
mllm_model = "qwen"# the multi-model LLMs, can be "qwen" or "gemini" or "zhipu"
33
+
mllm_model = "qwen"# the multi-model LLMs, can be "qwen" or "gemini" or "zhipu" or "sensenova"
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
@@ -39,7 +39,7 @@ sensenova_api_key = "" # Apply for your own SenseNova API key at https://console
39
39
[cover]
40
40
generate_cover = false# whether to generate cover
41
41
cover_prompt = ""# Write your own cover prompt here
42
-
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"
42
+
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" or "hidream"
43
43
minimax_api_key = ""# Apply for your own Minimax API key at https://platform.minimaxi.com/user-center/basic-information/interface-key
44
44
siliconflow_api_key = ""# Apply for your own SiliconFlow API key at https://cloud.siliconflow.cn/i/3Szr5BVg
45
45
tencent_secret_id = ""# Apply for your own Tencent Cloud API key at https://console.cloud.tencent.com/cam/capi
@@ -50,4 +50,5 @@ luma_api_key = "" # Apply for your own Luma API key at https://lumalabs.ai/api/k
50
50
ideogram_api_key = ""# Apply for your own Ideogram API key at https://ideogram.ai/manage-api
51
51
recraft_api_key = ""# Apply for your own Recraft API key at https://www.recraft.ai/profile/api
52
52
aws_access_key_id = ""# Apply for your own AWS access key id at https://aws.amazon.com/console/
53
-
aws_secret_access_key = ""# Apply for your own AWS secret access key as above
53
+
aws_secret_access_key = ""# Apply for your own AWS secret access key as above
54
+
hidream_api_key = ""# Apply for your own Hidream API key at https://www.hidreamai.com/platform/token
0 commit comments