blessedpug commited on
Commit
e1ed97f
·
1 Parent(s): c79032d

Changed system prompt

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -44,7 +44,7 @@ fee_bill_system_prompt = (
44
  "class FeeBillData(BaseModel):\n"
45
  " items: List[FeeItem]\n"
46
  " total: float\n"
47
- "- Extract only the above given information.\n"
48
  "- If a value is missing, set it to null, \"\", or an empty list as appropriate.\n"
49
  "- For the items field, provide a list of objects with date, description, and amount.\n"
50
  "- The total field must be the sum of all amount values in items.\n"
 
44
  "class FeeBillData(BaseModel):\n"
45
  " items: List[FeeItem]\n"
46
  " total: float\n"
47
+ "- Extract only the above given information to the best of your ability\n"
48
  "- If a value is missing, set it to null, \"\", or an empty list as appropriate.\n"
49
  "- For the items field, provide a list of objects with date, description, and amount.\n"
50
  "- The total field must be the sum of all amount values in items.\n"