You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,14 +48,14 @@ This is an example how I'm locally developing and testing OCI Functions on my ma
48
48
49
49
<p>
50
50
51
-
This example is based on the <ahref="../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 <ahref="../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".
52
52
53
53
<p>
54
54
55
55
To do the OCI SDK authentication and authorization to use the GenAI services the function uses two options:
56
56
<ul>
57
57
<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>
0 commit comments