Merge pull request #14613 from ronaldpereira/patch-1
Fix error message for missing OCI parameters
This commit is contained in:
commit
92c82a682e
@ -378,7 +378,7 @@ class OCIChatConfig(BaseConfig):
|
||||
or not oci_compartment_id
|
||||
):
|
||||
raise Exception(
|
||||
"Missing required parameters: oci_user, oci_fingerprint, oci_tenancy, "
|
||||
"Missing required parameters: oci_user, oci_fingerprint, oci_tenancy, oci_compartment_id "
|
||||
"and at least one of oci_key or oci_key_file."
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user