From 60ec3228edb9c6a199cec1da5663a1394ec3eaae Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 5 Jun 2024 08:54:53 -0700 Subject: [PATCH] fix(azure.py): fix logprobs naming error fixing string value --- litellm/llms/azure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",