Spaces:
Running
Running
Update technicalDocCompliance.py
Browse files
technicalDocCompliance.py
CHANGED
|
@@ -4,7 +4,7 @@ from openai import OpenAI # Core import for client[web:30][web:32]
|
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
-
def compliance_tech(file: str, client):
|
| 8 |
MANUAL_RULES = """
|
| 9 |
<Insert your manual rules exactly as written here>
|
| 10 |
"""
|
|
|
|
| 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 |
"""
|