You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cleanlab_codex/validator.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ def __init__(
98
98
For production, use the `validate()` method which provides a complete validation workflow including both detection and remediation.
99
99
A `detect()` method is separately available for you to test/tune detection configurations like score thresholds and TrustworthyRAG settings
100
100
without triggering any Codex lookups that otherwise could affect the state of the corresponding Codex Project.
101
-
101
+
102
102
Args:
103
103
codex_access_key (str): The [access key](/codex/web_tutorials/create_project/#access-keys) for a Codex project. Used to retrieve expert-provided answers
104
104
when bad responses are detected, or otherwise log the corresponding queries for SMEs to answer.
0 commit comments