Lucas-Mo commited on
Commit
e12bde5
·
verified ·
1 Parent(s): ffb989f

Update src/bon_livraison.py

Browse files
Files changed (1) hide show
  1. src/bon_livraison.py +2 -2
src/bon_livraison.py CHANGED
@@ -16,7 +16,7 @@ SYSTEM_PROMPT = """From this delivery note document, extract the following infor
16
  ]
17
  },
18
  "dénomination": {
19
- "description": "Dénomination de l'aliment",
20
  "type": "string"
21
  },
22
  "nom commercial": {
@@ -36,7 +36,7 @@ SYSTEM_PROMPT = """From this delivery note document, extract the following infor
36
  "type": "boolean"
37
  },
38
  "quantité": {
39
- "description": "Quantité d'aliment effectivement livrée",
40
  "type": "integer"
41
  },
42
  "additifs": {
 
16
  ]
17
  },
18
  "dénomination": {
19
+ "description": "Dénomination de l'aliment, s'il n'est pas clairment indiqué c'est qu'il s'agit du nom commercial.",
20
  "type": "string"
21
  },
22
  "nom commercial": {
 
36
  "type": "boolean"
37
  },
38
  "quantité": {
39
+ "description": "Quantité d'aliment effectivement livrée à convertir en kg si l'aliment est en vrac.",
40
  "type": "integer"
41
  },
42
  "additifs": {