細部
このコミットが含まれているのは:
@@ -89,6 +89,7 @@ async def report_kiriban (
|
|||||||
prompt += f"つけられたタグは「{ '」、「'.join (video_info['tags']) }」です。\n"
|
prompt += f"つけられたタグは「{ '」、「'.join (video_info['tags']) }」です。\n"
|
||||||
if comments:
|
if comments:
|
||||||
prompt += f"人気のコメントは次の通りです:「{ '」、「'.join (c.content for c in popular_comments) }」\n"
|
prompt += f"人気のコメントは次の通りです:「{ '」、「'.join (c.content for c in popular_comments) }」\n"
|
||||||
|
if latest_comments != popular_comment:
|
||||||
prompt += f"最新のコメントは次の通りです:「{ '」、「'.join (c.content for c in latest_comments) }」\n"
|
prompt += f"最新のコメントは次の通りです:「{ '」、「'.join (c.content for c in latest_comments) }」\n"
|
||||||
prompt += f"""
|
prompt += f"""
|
||||||
概要には次のように書かれています:
|
概要には次のように書かれています:
|
||||||
@@ -333,7 +334,7 @@ def _format_elapsed (
|
|||||||
|
|
||||||
kiriban_list = (
|
kiriban_list = (
|
||||||
fetch_kiriban_list ((now := datetime.now ()).date ()
|
fetch_kiriban_list ((now := datetime.now ()).date ()
|
||||||
- timedelta (days = now.hour < 15)))
|
- timedelta (days = 1 if now.hour < 15 else 0)))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
asyncio.run (main ())
|
asyncio.run (main ())
|
||||||
|
|||||||
+1
-1
サブモジュール nizika_ai が更新されました: 3fd16bd1c2...4e5bd13ab4
新しい課題から参照
ユーザをブロックする