Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/cleanlab_codex/response_validation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
Validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
Deprecated validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.

For Codex-as-a-Backup integrations, please use the Validator class instead of these standalone functions.
"""

from __future__ import annotations
Expand Down