このコミットが含まれているのは:
2025-10-19 15:35:44 +09:00
コミット f0184096cf
2個のファイルの変更4行の追加3行の削除
+3 -2
ファイルの表示
@@ -89,7 +89,8 @@ async def report_kiriban (
prompt += f"つけられたタグは「{ '」、「'.join (video_info['tags']) }」です。\n"
if comments:
prompt += f"人気のコメントは次の通りです:「{ '」、「'.join (c.content for c in popular_comments) }\n"
prompt += f"最新のコメントは次の通りです:「{ '」、「'.join (c.content for c in latest_comments) }\n"
if latest_comments != popular_comment:
prompt += f"最新のコメントは次の通りです:「{ '」、「'.join (c.content for c in latest_comments) }\n"
prompt += f"""
概要には次のように書かれています:
```html
@@ -333,7 +334,7 @@ def _format_elapsed (
kiriban_list = (
fetch_kiriban_list ((now := datetime.now ()).date ()
- timedelta (days = now.hour < 15)))
- timedelta (days = 1 if now.hour < 15 else 0)))
if __name__ == '__main__':
asyncio.run (main ())
サブモジュール nizika_ai が更新されました: 3fd16bd1c2...4e5bd13ab4