Skip to content

Commit daa1e88

Browse files
authored
Merge pull request #1079 from julep-ai/f/o1-support
feat(litellm-proxy): Add support for openai's o1 model
2 parents 9d3633a + 942c408 commit daa1e88

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

llm-proxy/litellm-config.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ model_list:
4444
api_key: os.environ/OPENAI_API_KEY
4545
tags: ["paid"]
4646

47-
# TODO: Uncomment o1 when we get access to it
48-
# - model_name: o1
49-
# litellm_params:
50-
# model: openai/o1
51-
# api_key: os.environ/OPENAI_API_KEY
52-
# tags: ["paid"]
47+
- model_name: o1
48+
litellm_params:
49+
model: openai/o1
50+
api_key: os.environ/OPENAI_API_KEY
51+
tags: ["paid"]
5352

5453
# Anthropic models
5554
- model_name: "claude-3.5-sonnet-20240620"

0 commit comments

Comments
 (0)