Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 633 Bytes

readme.org

File metadata and controls

27 lines (21 loc) · 633 Bytes

llm-review

Introduction

This script is used to read my daily journal every night at midnight and email me recommendations to make my next day better.

Installation

Create Python virtual environment:

python -m venv .venv --prompt=llm=review

Activate virtual environment:

source .venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Get a credentials.json from Google Cloud Console and place it in this folder.

Run

python main.py