Spaces:
Running
Running
Update manabCQgenetaion.py
Browse files- manabCQgenetaion.py +2 -1
manabCQgenetaion.py
CHANGED
|
@@ -84,6 +84,7 @@ def compliance_import_OEM(manabfile: str, client):
|
|
| 84 |
"offer reference Number":"string or null",
|
| 85 |
"offer date":"string or null",
|
| 86 |
"Freight":"string or null",
|
|
|
|
| 87 |
"Transit Insurance":"string or null",
|
| 88 |
"Dispatch point": "string or null",
|
| 89 |
"mode of dispatch": "string or null",
|
|
@@ -115,7 +116,7 @@ def compliance_import_OEM(manabfile: str, client):
|
|
| 115 |
"""
|
| 116 |
USER_PROMPT= f"""
|
| 117 |
Document content (complete extracted text from vendor offer):
|
| 118 |
-
{doc_text[:
|
| 119 |
MANUAL RULES (check compliance against each point exactly):
|
| 120 |
{manual_rules}
|
| 121 |
INSTRUCTIONS:
|
|
|
|
| 84 |
"offer reference Number":"string or null",
|
| 85 |
"offer date":"string or null",
|
| 86 |
"Freight":"string or null",
|
| 87 |
+
"GST":"string or null",
|
| 88 |
"Transit Insurance":"string or null",
|
| 89 |
"Dispatch point": "string or null",
|
| 90 |
"mode of dispatch": "string or null",
|
|
|
|
| 116 |
"""
|
| 117 |
USER_PROMPT= f"""
|
| 118 |
Document content (complete extracted text from vendor offer):
|
| 119 |
+
{doc_text[:10000]}
|
| 120 |
MANUAL RULES (check compliance against each point exactly):
|
| 121 |
{manual_rules}
|
| 122 |
INSTRUCTIONS:
|