zhangyong 4 月之前
父節點
當前提交
65afcd10fa
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 1 1
      carry_video/carry_video.py
  2. 4 1
      common/gpt4o_mini_help.py

+ 1 - 1
carry_video/carry_video.py

@@ -509,7 +509,7 @@ class CarryViode:
                                   "https://open.feishu.cn/open-apis/bot/v2/hook/65bc5463-dee9-46d0-bc2d-ec6c49a8f3cd",
                                   "【 搬运&改造效率工具失败通知 】")
                 return
-                return
+        return
 
 
 

+ 4 - 1
common/gpt4o_mini_help.py

@@ -144,4 +144,7 @@ class GPT4oMini:
             new_title = data["新标题"]
             return new_title
         except Exception as e:
-            return "这个视频,分享给我的老友,祝愿您能幸福安康"
+            return "这个视频,分享给我的老友,祝愿您能幸福安康"
+
+if __name__ == '__main__':
+    GPT4oMini.get_ai_mini_title("🔴这位美女说的太好了!这就是我们的大中国")