vkumartr commited on
Commit
22f1d1e
·
verified ·
1 Parent(s): c431613

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ def extract_invoice_data(file_data, content_type):
116
  response_format={
117
  "type": "json_schema",
118
  "json_schema": json_schema
 
119
  temperature=0.5,
120
  max_tokens=16384
121
  )
 
116
  response_format={
117
  "type": "json_schema",
118
  "json_schema": json_schema
119
+ },
120
  temperature=0.5,
121
  max_tokens=16384
122
  )