remove date from OCR, use today's date instead

This commit is contained in:
Connor Rhodes 2026-04-29 02:00:20 +00:00
parent 388069d8da
commit 6d6baa79fa
2 changed files with 7 additions and 7 deletions

View file

@ -24,8 +24,8 @@ resp = requests.post(
{
"type": "text",
"text": (
"Extract from this receipt: date, vendor/restaurant name, and total amount. "
"Return ONLY a JSON object with keys: date (YYYY-MM-DD format), vendor, amount. "
"Extract from this receipt: merchant/restaurant name and total amount. "
"Return ONLY a JSON object with keys: merchant, amount. "
"No other text."
),
},