diff --git a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/src/main/java/com/example/HelloAIFunction.java b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/src/main/java/com/example/HelloAIFunction.java index eaf06da17..96ff664cb 100644 --- a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/src/main/java/com/example/HelloAIFunction.java +++ b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/src/main/java/com/example/HelloAIFunction.java @@ -33,7 +33,7 @@ public class HelloAIFunction { // FILL IN PROPER VALUES FOR OCI GENAI SERVICE private static final String ENDPOINT = "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com"; - private static final Region REGION = Region.US_CHICAGO_1; + private static final Region REGION = Region.EU_FRANKFURT_1; // FILL IN PROPER VALUES FOR IAM USER WHEN NOT USING INSTANCE_PRINCIPAL IN OCI FUNCTION private static final String COMPARTMENT_ID = "ocid1.compartment.oc1..";