Skip to content

Releases: cleanlab/cleanlab-codex

v1.0.4

14 Mar 23:32
106a725
Compare
Choose a tag to compare
  • Pass analytics metadata in headers for all Codex API requests.

v1.0.3

11 Mar 23:36
e13ac3c
Compare
Choose a tag to compare
  • Update response validation methods for Codex as backup to use TLM through Codex API instead of requiring separate TLM API key.

v1.0.2

07 Mar 18:22
a8b7419
Compare
Choose a tag to compare
  • 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

26 Feb 16:57
433fc9f
Compare
Choose a tag to compare
  • Updates to logic for is_unhelpful_response util method.

v1.0.0

18 Feb 21:35
e338ca2
Compare
Choose a tag to compare
  • Initial release of the cleanlab-codex client library.

v0.0.1a7

18 Feb 19:57
3392f0d
Compare
Choose a tag to compare

Changed

  • Update links in documentation.

v0.0.1a6

14 Feb 18:52
81dbbb3
Compare
Choose a tag to compare

Changed

  • Small improvements to documentation.

v0.0.1a5

13 Feb 02:13
ab000e8
Compare
Choose a tag to compare

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

07 Feb 19:54
cd6f2f8
Compare
Choose a tag to compare

Fixed

  • Pydantic model validation error when querying Project and listing Organizations.

v0.0.1a3

07 Feb 00:55
31709e3
Compare
Choose a tag to compare

Added

  • Added langchain and AWS Converse integrations.
  • Added informative README and documentation improvements.
  • Added informative error messages for lazy imports.