Skip to content

Commit 64b257c

Browse files
authored
Merge pull request #1411 from oracle-devrel/review-and-fixes-7
reviewed and fixed
2 parents 0f23cd3 + 755da3c commit 64b257c

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
@@ -90,7 +90,7 @@ public String handleRequest(String input) {
9090
.build();
9191

9292
ChatDetails chatDetails = ChatDetails.builder()
93-
.servingMode(OnDemandServingMode.builder().modelId("ocid1.generativeaimodel.oc1.eu-frankfurt-1.amaaaaaask7dceyazi3cpmptwa52f7dgwyskloughcxtjgrqre3pngwtig4q").build())
93+
.servingMode(OnDemandServingMode.builder().modelId("ocid1.generativeaimodel.oc1.eu-frankfurt-1.amaaaaaa....wtig4q").build()) // Replace this with the actual OCID of the GenAI service
9494
.compartmentId(COMPARTMENT_ID)
9595
.chatRequest(chatRequest)
9696
.build();

0 commit comments

Comments
 (0)