diff --git a/.DS_Store b/.DS_Store index 032e813..1dc395e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/oci_openapi_proxy.py b/oci_openapi_proxy.py index ddeb092..49a7566 100644 --- a/oci_openapi_proxy.py +++ b/oci_openapi_proxy.py @@ -84,7 +84,7 @@ def get_weather_from_api(city: str) -> str: OCI_CONFIG_FILE = os.getenv("OCI_CONFIG_FILE", os.path.expanduser("~/.oci/config")) OCI_PROFILE = os.getenv("OCI_PROFILE", "DEFAULT") -OCI_COMPARTMENT_ID = os.getenv("OCI_COMPARTMENT_ID", "ocid1.compartment.oc1..aaaaaaaaexpiw4a7dio64mkfv2t273s2hgdl6mgfvvyv7tycalnjlvpvfl3q") +OCI_COMPARTMENT_ID = os.getenv("OCI_COMPARTMENT_ID", "") OCI_GENAI_ENDPOINT = os.getenv( "OCI_GENAI_ENDPOINT", "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com"