diff --git a/litellm/llms/OpenAI/o1_transformation.py b/litellm/llms/OpenAI/o1_transformation.py index 2184b1f4e..5c4efbcc6 100644 --- a/litellm/llms/OpenAI/o1_transformation.py +++ b/litellm/llms/OpenAI/o1_transformation.py @@ -57,6 +57,14 @@ class OpenAIO1Config(OpenAIGPTConfig): "parallel_tool_calls", "function_call", "functions", + "temperature", + "top_p", + "n", + "presence_penalty", + "frequency_penalty", + "top_logprobs", + "response_format", + "stop", ] return [