fix(azure.py): fix logprobs naming error

fixing string value
This commit is contained in:
Krrish Dholakia 2024-06-05 08:54:53 -07:00
parent 162f9400d2
commit 60ec3228ed

View file

@ -144,7 +144,7 @@ class AzureOpenAIConfig:
"tools",
"tool_choice",
"top_p",
"log_probs",
"logprobs",
"top_logprobs",
"response_format",
"seed",