remove date from OCR, use today's date instead
This commit is contained in:
parent
388069d8da
commit
6d6baa79fa
2 changed files with 7 additions and 7 deletions
|
|
@ -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."
|
||||
),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue