first commit

This commit is contained in:
2025-11-12 08:53:59 -03:00
commit 4066c8d737
16 changed files with 1432 additions and 0 deletions

11
files/config Normal file
View File

@@ -0,0 +1,11 @@
{
"oci_profile": "DEFAULT",
"llm_endpoint": "https://inference.generativeai.us-phoenix-1.oci.oraclecloud.com",
"compartment_id": "ocid1.compartment.oc1..example",
"bucket-profile": "DEFAULT",
"bucket": "emails",
"WALLET_PATH": "/path/to/db/wallet",
"DB_ALIAS": "adb_high",
"USERNAME": "APPUSER",
"PASSWORD": "****"
}