Releases: cleanlab/cleanlab-codex
Releases · cleanlab/cleanlab-codex
v1.0.4
v1.0.3
- Update response validation methods for Codex as backup to use TLM through Codex API instead of requiring separate TLM API key.
v1.0.2
- Extract scores and metadata from detection functions in
response_validation.py
. - Normalize scores used by
is_fallback_response
function to be between 0 and 1. - Pass metadata in headers for query requests.
v1.0.1
- Updates to logic for
is_unhelpful_response
util method.
v1.0.0
- Initial release of the
cleanlab-codex
client library.
v0.0.1a7
Changed
- Update links in documentation.
v0.0.1a6
Changed
- Small improvements to documentation.
v0.0.1a5
Added
- Module for validating LLM responses and determining whether to use Codex as a backup.
Changed
- Default name, description, and parameter descriptions for
CodexTool
.
v0.0.1a4
Fixed
- Pydantic model validation error when querying Project and listing Organizations.
v0.0.1a3
Added
- Added langchain and AWS Converse integrations.
- Added informative README and documentation improvements.
- Added informative error messages for lazy imports.