mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-16 06:16:57 +00:00
fix(main.py): trigger new build
This commit is contained in:
@@ -11,6 +11,7 @@ import os, openai, sys, json, inspect, uuid, datetime, threading
|
||||
from typing import Any, Literal, Union, BinaryIO
|
||||
from typing_extensions import overload
|
||||
from functools import partial
|
||||
|
||||
import dotenv, traceback, random, asyncio, time, contextvars
|
||||
from copy import deepcopy
|
||||
import httpx
|
||||
|
||||
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user