diff --git a/docs/my-website/docs/providers/oci.md b/docs/my-website/docs/providers/oci.md index 6fc1835154a..c11d64f4553 100644 --- a/docs/my-website/docs/providers/oci.md +++ b/docs/my-website/docs/providers/oci.md @@ -44,6 +44,7 @@ response = completion( oci_user=, oci_fingerprint=, oci_tenancy=, + oci_serving_mode="ON_DEMAND", # Optional, default is "ON_DEMAND". Other option is "DEDICATED" # Provide either the private key string OR the path to the key file: # Option 1: pass the private key as a string oci_key=, @@ -71,6 +72,7 @@ response = completion( oci_user=, oci_fingerprint=, oci_tenancy=, + oci_serving_mode="ON_DEMAND", # Optional, default is "ON_DEMAND". Other option is "DEDICATED" # Provide either the private key string OR the path to the key file: # Option 1: pass the private key as a string oci_key=,