manabb commited on
Commit
896a7a5
·
verified ·
1 Parent(s): 63c6731

Update technicalDocCompliance.py

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