Skip to content

Commit 92c82a6

Browse files
Merge pull request #14613 from ronaldpereira/patch-1
Fix error message for missing OCI parameters
2 parents 6bccdcd + 0f5ab26 commit 92c82a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/llms/oci/chat/transformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def validate_environment(
378378
or not oci_compartment_id
379379
):
380380
raise Exception(
381-
"Missing required parameters: oci_user, oci_fingerprint, oci_tenancy, "
381+
"Missing required parameters: oci_user, oci_fingerprint, oci_tenancy, oci_compartment_id "
382382
"and at least one of oci_key or oci_key_file."
383383
)
384384

0 commit comments

Comments
 (0)