Skip to content

Commit

Permalink
[TLM] support o1 preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jas2600 committed Oct 10, 2024
1 parent 5c6543c commit 76582ec
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 76582ec

Please sign in to comment.