summaryrefslogtreecommitdiff
path: root/services/pantry_service.py
AgeCommit message (Collapse)Author
2026-05-09Remove expiry and quantity from AI context and promptsTyler Hoang
- Strip quantity, unit, and expiry from pantry data sent to AI (name + category only) - Remove "prioritize expiring soon" guideline from menu generation prompt - Remove EXPIRING SOON section from pantry-only grocery prompt - SYSTEM_PROMPT in .env (gitignored) updated to drop expiry/quantity priorities Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08Initial commit — Commis personal chef appTyler Hoang
AI-powered local chef tool: pantry tracking, meal logging, rotating weekly menu generation, and grocery list optimization via Ollama (llama3). FastAPI backend, SQLite, vanilla JS frontend. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>