mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +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):
|
||||
try:
|
||||
litellm.set_verbose = True
|
||||
verbose_logger.setLevel(logging.DEBUG)
|
||||
print("testing sagemaker")
|
||||
if sync_mode is True:
|
||||
response = litellm.completion(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue