diff --git a/litellm/llms/azure.py b/litellm/llms/azure.py index f0279d0d756..999a443c074 100644 --- a/litellm/llms/azure.py +++ b/litellm/llms/azure.py @@ -144,7 +144,7 @@ class AzureOpenAIConfig: "tools", "tool_choice", "top_p", - "log_probs", + "logprobs", "top_logprobs", "response_format", "seed",