Skip to content

Commit 903eedd

Browse files
region fix
1 parent 982d4d6 commit 903eedd

File tree

1 file changed

+1
-1
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/src/main/java/com/example

1 file changed

+1
-1
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/src/main/java/com/example/HelloAIFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Software and the Larger Work(s), and to sublicense the foregoing rights on
7070
public class HelloAIFunction {
7171

7272
// FILL IN PROPER VALUES FOR OCI GENAI SERVICE
73-
private static final String ENDPOINT = "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com";
73+
private static final String ENDPOINT = "https://inference.generativeai.eu-frankfurt-1.oci.oraclecloud.com";
7474
private static final Region REGION = Region.EU_FRANKFURT_1;
7575

7676
// FILL IN PROPER VALUES FOR IAM USER WHEN NOT USING INSTANCE_PRINCIPAL IN OCI FUNCTION

0 commit comments

Comments
 (0)