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
f3b7e98da7
commit
d0e3cd7e13
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ async def test_async_embedding_bedrock():
|
|||
## Test Azure - completion, embedding
|
||||
@pytest.mark.asyncio
|
||||
async def test_async_completion_azure_caching():
|
||||
litellm.set_verbose = True
|
||||
customHandler_caching = CompletionCustomHandler()
|
||||
litellm.cache = Cache(
|
||||
type="redis",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue