We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bb050 commit 153446fCopy full SHA for 153446f
src/autoslice/mllm_sdk/qwen_sdk.py
@@ -35,5 +35,5 @@ def qwen_generate_title(video_path, artist):
35
)
36
scan_log.info("使用 Qwen-2.5-72B-Instruct 生成切片标题")
37
scan_log.info(f"Prompt: 视频是{artist}的直播切片,请根据该视频中的内容及弹幕信息,为这段视频起一个调皮并且吸引眼球的标题,标题中不要表情符号,可以适当使用网络热词或流行语")
38
- scan_log.info(f"生成的切片标题为: {completion.choices[0].message.content.strip('"')}")
+ scan_log.info(f"生成的切片标题为: {completion.choices[0].message.content}")
39
return completion.choices[0].message.content.strip('"')
0 commit comments