All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4 - 2025-03-14
- Pass analytics metadata in headers for all Codex API requests.
1.0.3 - 2025-03-11
- Update response validation methods for Codex as backup to use TLM through Codex API instead of requiring separate TLM API key.
1.0.2 - 2025-03-07
- 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.
1.0.1 - 2025-02-26
- Updates to logic for
is_unhelpful_response
util method.
1.0.0 - 2025-02-18
- Initial release of the
cleanlab-codex
client library.