Spaces:
Sleeping
Sleeping
Update technicalDocCompliance.py
Browse files
technicalDocCompliance.py
CHANGED
|
@@ -107,7 +107,7 @@ def compliance_tech_pdf(file_name: str, client, MANUAL_RULES):
|
|
| 107 |
"""
|
| 108 |
|
| 109 |
with open(file_name, "rb") as f:
|
| 110 |
-
file = client.files.create(file=f, purpose="
|
| 111 |
|
| 112 |
response = client.responses.create(
|
| 113 |
model="gpt-4o-mini",
|
|
|
|
| 107 |
"""
|
| 108 |
|
| 109 |
with open(file_name, "rb") as f:
|
| 110 |
+
file = client.files.create(file=f, purpose="assistants")
|
| 111 |
|
| 112 |
response = client.responses.create(
|
| 113 |
model="gpt-4o-mini",
|