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: README.md
+19-20Lines changed: 19 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,30 +32,29 @@ Follow the links below to generate a config file and a key pair in your ~/.oci d
32
32
33
33
After completion, you should have the following 2 things in your `~/.oci directory `
34
34
35
-
a. A config file(where key file point to private key:key_file=`~/.oci/oci_api_key.pem`)
36
-
b. A key pair named `oci_api_key.pem` and `oci_api_key_public.pem`
37
-
Now make sure you change the reference of the key file in the config file (where the key file points to private key:key_file=/YOUR_DIR_TO_KEY_FILE/oci_api_key.pem)
38
-
35
+
- A config file(where key file point to private key:key_file=`~/.oci/oci_api_key.pem`)
36
+
- A key pair named `oci_api_key.pem` and `oci_api_key_public.pem`
37
+
- Now make sure you change the reference of the key file in the config file
39
38
- Append OCI Generative-AI service compartment and endpoint URL
40
39
41
40
```console
42
41
vim service/python/server.py
43
42
```
44
43
45
-
```Python
46
-
#TODO: Update this section with your tenancy details
0 commit comments