mirror of
https://github.com/hoshikawa2/oci_vision_invoice.git
synced 2026-03-03 16:09:39 +00:00
9 lines
318 B
Plaintext
9 lines
318 B
Plaintext
{
|
|
"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"
|
|
}
|