mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
add verbose logging on test
This commit is contained in:
parent
40dc27e72c
commit
b96a27b230
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ def reset_callbacks():
|
||||||
async def test_completion_sagemaker(sync_mode):
|
async def test_completion_sagemaker(sync_mode):
|
||||||
try:
|
try:
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
verbose_logger.setLevel(logging.DEBUG)
|
||||||
print("testing sagemaker")
|
print("testing sagemaker")
|
||||||
if sync_mode is True:
|
if sync_mode is True:
|
||||||
response = litellm.completion(
|
response = litellm.completion(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue