Spaces:
Sleeping
Sleeping
dinhquangson
commited on
Commit
•
b640e96
1
Parent(s):
d69bc2e
Update app.py
Browse files
app.py
CHANGED
@@ -307,6 +307,7 @@ async def convert_upload_file(file: UploadFile = File(...)):
|
|
307 |
top_p=0.9,
|
308 |
response_format=ChatCompletionResponseFormat(
|
309 |
type="json_object",
|
|
|
310 |
schema=Law.model_json_schema(),
|
311 |
),
|
312 |
)
|
|
|
307 |
top_p=0.9,
|
308 |
response_format=ChatCompletionResponseFormat(
|
309 |
type="json_object",
|
310 |
+
max_tokens=4000,
|
311 |
schema=Law.model_json_schema(),
|
312 |
),
|
313 |
)
|