zhangyong 6 달 전
부모
커밋
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("🔴这位美女说的太好了!这就是我们的大中国")