소스 검색

deep_seek_api function rename

luojunhui 4 달 전
부모
커밋
9eee58b104
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      coldStartTasks/multi_modal/generate_text_from_video.py

+ 1 - 0
coldStartTasks/multi_modal/generate_text_from_video.py

@@ -151,6 +151,7 @@ class GenerateTextFromVideo(object):
                 select pq_vid, video_oss_path 
                 from video_content_understanding 
                 where status = {const.VIDEO_UNDERSTAND_INIT_STATUS} 
+                order by id desc
                 limit {rest_video_count};
             """