manabb commited on
Commit
84428c5
·
verified ·
1 Parent(s): eb3e786

Update technicalDocCompliance.py

Browse files
Files changed (1) hide show
  1. technicalDocCompliance.py +1 -5
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