mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(azure.py): fix logprobs naming error
fixing string value
This commit is contained in:
parent
162f9400d2
commit
60ec3228ed
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class AzureOpenAIConfig:
|
|||
"tools",
|
||||
"tool_choice",
|
||||
"top_p",
|
||||
"log_probs",
|
||||
"logprobs",
|
||||
"top_logprobs",
|
||||
"response_format",
|
||||
"seed",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue