We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff93b69 commit bb48350Copy full SHA for bb48350
extract_pdf_receipt.py
@@ -59,7 +59,7 @@ class Receipt(BaseModel):
59
completion = client.beta.chat.completions.parse(
60
model=model_name,
61
messages=[
62
- {"role": "system", "content": "Extract the information from the research paper"},
+ {"role": "system", "content": "Extract the information from the receipt"},
63
{"role": "user", "content": md_text},
64
],
65
response_format=Receipt,
extract_pdf_research.py
0 commit comments