First Commit

This commit is contained in:
2025-07-21 20:15:39 -03:00
commit 4868a1d458
10 changed files with 457 additions and 0 deletions

8
files/config Normal file
View File

@@ -0,0 +1,8 @@
{
"oci_profile": "DEFAULT",
"compartment_id": "<YOUR COMPARTMENT OCID>",
"namespace": "<YOUR NAMESPACE OCID>",
"input_bucket": "<YOUR INVOICES IMAGES BUCKET NAME>",
"output_bucket": "<YOUR OUTPUT JSON FILES BUCKET NAME>",
"llm_endpoint": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com"
}