Skip to content

Commit 3acf20d

Browse files
repo create
1 parent 031dbce commit 3acf20d

File tree

1 file changed

+2
-2
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions

1 file changed

+2
-2
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ This is an example how I'm locally developing and testing OCI Functions on my ma
4848

4949
<p>
5050

51-
This example is based on the <a href="../java-helloworld-with-local-dev-and-oci-functions">java-helloworld-with-local-dev-and-oci-functions</a> and building and deploying is exactly the same but this time uses <code>OCI SDK</code> and <code>OCI Generative AI services</code> to produce the function output instead of just a simple "Hello World".
51+
This example is based on the <a href="../java-helloworld-with-local-dev-and-oci-functions">java-helloworld-with-local-dev-and-oci-functions</a> and hence building and deploying is exactly the same but this time uses <code>OCI SDK</code> and <code>OCI Generative AI services</code> to produce the function output instead of just a simple "Hello World".
5252

5353
<p>
5454

5555
To do the OCI SDK authentication and authorization to use the GenAI services the function uses two options:
5656
<ul>
5757
<li>IAM regular <b>user auth</b> for the local dev and test on mac</li>
58-
<li><b>InstancePricipal</b> auth for the function byt passing OCI Function config key <code>AUTH_INSTANCE_PRINCIPAL</code> with any value (not being null)</li>
58+
<li><b>InstancePrincipal</b> auth for the function byt passing OCI Function config key <code>AUTH_INSTANCE_PRINCIPAL</code> with any value (not being null)</li>
5959
</ul>
6060

6161
<p>

0 commit comments

Comments
 (0)