Spaces:
Running
Running
Update technicalDocCompliance.py
Browse files
technicalDocCompliance.py
CHANGED
|
@@ -4,11 +4,7 @@ from openai import OpenAI # Core import for client[web:30][web:32]
|
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
-
def compliance_tech(file: str, client,MANUAL_RULES):
|
| 8 |
-
MANUAL_RULES = """
|
| 9 |
-
<Insert your manual rules exactly as written here>
|
| 10 |
-
"""
|
| 11 |
-
|
| 12 |
PROMPT = f"""
|
| 13 |
You are a strict procurement compliance auditor.
|
| 14 |
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
+
def compliance_tech(file: str, client, MANUAL_RULES):
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
PROMPT = f"""
|
| 9 |
You are a strict procurement compliance auditor.
|
| 10 |
|