update
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user