mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 08:24:15 +00:00
Merge pull request #14613 from ronaldpereira/patch-1
Fix error message for missing OCI parameters
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user