Skip to content

Commit

Permalink
[TLM] Release Sonnet 3.5 Support (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwengoh authored Oct 22, 2024
1 parent 4cd57fd commit 3c095db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cleanlab_studio/studio/trustworthy_language_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ class TLMOptions(TypedDict):
Args:
model (str, default = "gpt-4o-mini"): underlying LLM to use (better models will yield better results).
Models currently supported include "gpt-4o-mini", "gpt-3.5-turbo-16k", "gpt-4", "gpt-4o", "o1-preview", "claude-3-haiku".
Models currently supported include "gpt-4o-mini", "gpt-3.5-turbo-16k", "gpt-4", "gpt-4o", "o1-preview", "claude-3-haiku", "claude-3.5-sonnet".
max_tokens (int, default = 512): the maximum number of tokens to generate in the TLM response.
This number will impact the maximum number of tokens you will see in the output response, and also the number of tokens
Expand Down
2 changes: 1 addition & 1 deletion cleanlab_studio/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note to developers:
# Consider if backend's MIN_CLI_VERSION needs updating when pushing any changes to this file.

__version__ = "2.5.6"
__version__ = "2.5.7"

SCHEMA_VERSION = "0.2.0"
MIN_SCHEMA_VERSION = "0.1.0"
Expand Down

0 comments on commit 3c095db

Please sign in to comment.