PrathameshRaut commited on
Commit
fb99df6
·
verified ·
1 Parent(s): e31d34c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -339,6 +339,8 @@ Rules:
339
  2. Use exactly the field names listed above as JSON keys.
340
  3. If a field is not found or not legible, set its value to null.
341
  4. Do not invent or infer values not explicitly present in the document.
 
 
342
  Respond with the JSON object only."""
343
 
344
  async with httpx.AsyncClient(timeout=60) as http:
 
339
  2. Use exactly the field names listed above as JSON keys.
340
  3. If a field is not found or not legible, set its value to null.
341
  4. Do not invent or infer values not explicitly present in the document.
342
+ 5. Resond everything in english language only. Also convert date into proper DD/MM/YYYY Foramt.
343
+
344
  Respond with the JSON object only."""
345
 
346
  async with httpx.AsyncClient(timeout=60) as http: