Skip to content

Commit 0f5ab26

Browse files
Fix error message for missing OCI parameters
1 parent f34bbd1 commit 0f5ab26

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)