diff --git a/litellm/llms/openai.py b/litellm/llms/openai.py index 6197ec922..05e6566ff 100644 --- a/litellm/llms/openai.py +++ b/litellm/llms/openai.py @@ -224,6 +224,7 @@ class DeepInfraConfig: def get_supported_openai_params(self): return [ + "stream", "frequency_penalty", "function_call", "functions",