Skip to content

Commit bb48350

Browse files
committed
Fix typo, rm unused ile
1 parent ff93b69 commit bb48350

File tree

2 files changed

+1
-73
lines changed

2 files changed

+1
-73
lines changed

extract_pdf_receipt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Receipt(BaseModel):
5959
completion = client.beta.chat.completions.parse(
6060
model=model_name,
6161
messages=[
62-
{"role": "system", "content": "Extract the information from the research paper"},
62+
{"role": "system", "content": "Extract the information from the receipt"},
6363
{"role": "user", "content": md_text},
6464
],
6565
response_format=Receipt,

extract_pdf_research.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)