mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(azure.py): support dynamic drop params
This commit is contained in:
parent
60ec3228ed
commit
b360ab4c89
3 changed files with 13 additions and 2 deletions
|
@ -2160,6 +2160,7 @@ def test_completion_azure_key_completion_arg():
|
|||
model="azure/chatgpt-v-2",
|
||||
messages=messages,
|
||||
api_key=old_key,
|
||||
logprobs=True,
|
||||
max_tokens=10,
|
||||
)
|
||||
print(f"response: {response}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue