mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(main.py): trigger new build
This commit is contained in:
parent
41dcb29355
commit
0f1c40d698
2 changed files with 5 additions and 2 deletions
|
@ -741,11 +741,13 @@ def test_completion_claude_3_function_plus_image():
|
|||
|
||||
print(response)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"provider", [
|
||||
"provider",
|
||||
[
|
||||
"azure",
|
||||
"azure_ai"
|
||||
]
|
||||
],
|
||||
)
|
||||
def test_completion_azure_mistral_large_function_calling(provider):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue