Rsnarsna commited on
Commit
b6c9091
·
verified ·
1 Parent(s): bb1e129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ System prompt: You will be provided with an email containing shipment details. Y
42
 
43
  Instructions:
44
  1. The input email may contain irrelevant information. Focus only on extracting details about future shipments.
45
- 2. The output should be in JSON format. If a type of information is not found, it should be marked as null.
46
  3. Extract the following information:
47
  - origin: The origin location of the consignment.
48
  - destination: The destination location of the consignment.
 
42
 
43
  Instructions:
44
  1. The input email may contain irrelevant information. Focus only on extracting details about future shipments.
45
+ 2. The output should be in JSON format with all values to use only double qoutes only. If a type of information is not found, it should be marked as null.
46
  3. Extract the following information:
47
  - origin: The origin location of the consignment.
48
  - destination: The destination location of the consignment.