From 0b08fbb18d828ee06c228b05c74184e2451cb27c Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 12 Apr 2026 18:06:44 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20leftover=5Fmode=20tier=20in=20?= =?UTF-8?q?README=20=E2=80=94=20Free=20(5/day)=20not=20Premium?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tiers.py and recipe_engine.py have always implemented this as Free with a 5/day rate limit. README inherited a stale tier assignment from an earlier design that was superseded when the rate-limit approach was chosen. Closes #67 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52894ac..2220e0d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Scan barcodes, photograph receipts, and get recipe ideas based on what you alrea - **Receipt OCR** — extract line items from receipt photos automatically (Paid tier, BYOK-unlockable) - **Recipe suggestions** — four levels from pantry-match to full LLM generation (Paid tier, BYOK-unlockable) - **Style auto-classifier** — LLM suggests style tags (comforting, hands-off, quick, etc.) for saved recipes (Paid tier, BYOK-unlockable) -- **Leftover mode** — prioritize nearly-expired items in recipe ranking (Premium tier) +- **Leftover mode** — prioritize nearly-expired items in recipe ranking (Free, 5/day; unlimited at Paid+) - **LLM backend config** — configure inference via `circuitforge-core` env-var system; BYOK unlocks Paid AI features at any tier - **Feedback FAB** — in-app feedback button; status probed on load, hidden if CF feedback endpoint unreachable @@ -68,7 +68,7 @@ cp .env.example .env | LLM style auto-classifier | — | BYOK | ✓ | | Meal planning | — | ✓ | ✓ | | Multi-household | — | — | ✓ | -| Leftover mode | — | — | ✓ | +| Leftover mode (5/day) | ✓ | ✓ | ✓ | BYOK = bring your own LLM backend (configure `~/.config/circuitforge/llm.yaml`)