############################################################## 生成AI(GEMINI)を使用して、メールの要約 ############################################################## ========================================================= やりたいこと. ========================================================= * ゆるい規則性をもった文章を生成AI(GEMINI)で処理 * サマリーをHTMLに記載. - jinja2を使用 | ========================================================= コード ========================================================= --------------------------------------------------------- gemini__news_messages.py --------------------------------------------------------- .. literalinclude:: pyt/gemini__news_messages.py :language: python | --------------------------------------------------------- generate__html_pages.py --------------------------------------------------------- .. literalinclude:: pyt/generate__html_pages.py | ========================================================= HTML テンプレート ========================================================= --------------------------------------------------------- style.css --------------------------------------------------------- .. literalinclude:: templates/style.css | --------------------------------------------------------- details--template.html --------------------------------------------------------- .. literalinclude:: templates/details--template.html | --------------------------------------------------------- index--template.html --------------------------------------------------------- .. literalinclude:: templates/index--template.html |