mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(main.py): trigger new build
This commit is contained in:
parent
61a450d0fc
commit
2d8e4ddfa0
2 changed files with 5 additions and 2 deletions
|
@ -11,6 +11,7 @@ import os, openai, sys, json, inspect, uuid, datetime, threading
|
||||||
from typing import Any, Literal, Union, BinaryIO
|
from typing import Any, Literal, Union, BinaryIO
|
||||||
from typing_extensions import overload
|
from typing_extensions import overload
|
||||||
from functools import partial
|
from functools import partial
|
||||||
|
|
||||||
import dotenv, traceback, random, asyncio, time, contextvars
|
import dotenv, traceback, random, asyncio, time, contextvars
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
import httpx
|
import httpx
|
||||||
|
|
|
@ -741,11 +741,13 @@ def test_completion_claude_3_function_plus_image():
|
||||||
|
|
||||||
print(response)
|
print(response)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"provider", [
|
"provider",
|
||||||
|
[
|
||||||
"azure",
|
"azure",
|
||||||
"azure_ai"
|
"azure_ai"
|
||||||
]
|
],
|
||||||
)
|
)
|
||||||
def test_completion_azure_mistral_large_function_calling(provider):
|
def test_completion_azure_mistral_large_function_calling(provider):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue