This commit is contained in:
2026-01-18 04:28:57 +00:00
parent 386122c8c7
commit 63d72a52c9
2 changed files with 267 additions and 2 deletions

View File

@@ -87,9 +87,10 @@ JSON: {"invoice_number":"...","invoice_date":"YYYY-MM-DD","vendor_name":"...","c
images: images, // Pass all pages
}],
stream: false,
think: false, // Disable thinking mode via API
options: {
num_predict: 512,
temperature: 0.0,
num_predict: 4000, // Need enough tokens for model to finish thinking + output
temperature: 0.1,
},
}),
});