Skip to content

Commit 8a646f6

Browse files
committed
Fix system msg
1 parent 83ac2bf commit 8a646f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract_pdf_receipt.py

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

0 commit comments

Comments
 (0)