Skip to content

Commit

Permalink
Update cleanlab_studio/internal/enrichment_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mturk24 authored Jun 17, 2024
1 parent 008aab5 commit 0d05cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanlab_studio/internal/enrichment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_constrain_outputs_match(
Params
------
response: Response from the LLM
constrain_outputs: List of expected output values, the last value of this list should be considered the deafult/baseline value (eg. “other”),
constrain_outputs: List of expected output values, the last value of this list should be considered the default/baseline value (eg. “other”),
that value will be returned if there are no close matches.
constrain_outputs_pattern: Pre-compiled pattern of all output values. If not specified, pattern is created.
disable_warnings: If True, print warnings are disabled
Expand Down

0 comments on commit 0d05cbc

Please sign in to comment.