Skip to content

Commit

Permalink
Merge pull request #332 from cleanlab/tlm_support_o1_preview
Browse files Browse the repository at this point in the history
[TLM] support o1 preview
  • Loading branch information
jas2600 authored Oct 11, 2024
2 parents 5c6543c + 76582ec commit d487f3c
Showing 1 changed file with 1 addition and 1 deletion.
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", "claude-3-haiku".
Models currently supported include "gpt-4o-mini", "gpt-3.5-turbo-16k", "gpt-4", "gpt-4o", "o1-preview", "claude-3-haiku".
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

0 comments on commit d487f3c

Please sign in to comment.