My sticky note app for daily work.
- python 3.10+
- brew install upx (optional)
- brew install pyinstaller (optional)
pip install -r requirements.txt
- change etc/sticky_note.yaml
for the api key of LLM, you can set the environment variables as below
export LLM_API_KEY="xxx"
./app/sticky_note.py [-f <config_file> -t <template_name>]
vi ./etc/sticky_note.yaml
vi ./etc/prompt_template.yaml