Utilities for bringing AI to org-mode.
UPDATE: I've since replaced this project with indexer and will be archiving this repo.
Use OpenAI GPT models to have a conversation from the contents of your notes.
source .venv/bin/activate
pip install wheel setuptools pip --upgrade
pip install -r requirements.txt
playwright install
Run the chat bot:
python ./src/chat.py
