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

Update technicalDocCompliance.py

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