Add LLM filtering pattern, .env.example, and workflows/lib

- Add .env.example with LLM_API_URL, LLM_MODEL, LLM_API_KEY
- Add .gitignore to exclude .env
- Add Pattern 5 (LLM filtering) to notebook-patterns.md
- Track workflows/lib with llm_call helper using mirascope
- Update README with LLM setup step and updated project structure
This commit is contained in:
2026-02-10 18:32:20 -06:00
parent a17cf63d2f
commit 439e9db0a4
6 changed files with 156 additions and 1 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
LLM_API_URL=https://litellm-notrack.app.monadical.io
LLM_MODEL=GLM-4.5-Air-FP8-dev
LLM_API_KEY=xxxxx