mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test(test_custom_callback_input.py): make test more verbsoe
n
This commit is contained in:
parent
1378190dbf
commit
0440168915
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ async def test_async_embedding_bedrock():
|
||||||
## Test Azure - completion, embedding
|
## Test Azure - completion, embedding
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_async_completion_azure_caching():
|
async def test_async_completion_azure_caching():
|
||||||
|
litellm.set_verbose = True
|
||||||
customHandler_caching = CompletionCustomHandler()
|
customHandler_caching = CompletionCustomHandler()
|
||||||
litellm.cache = Cache(
|
litellm.cache = Cache(
|
||||||
type="redis",
|
type="redis",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue