Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|