mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
cleanup
This commit is contained in:
parent
fda6dba1ec
commit
1d73f05ae1
2 changed files with 10 additions and 20 deletions
|
@ -176,6 +176,8 @@ try:
|
|||
sys.stdout = old_stdout
|
||||
output = new_stdout.getvalue().strip()
|
||||
|
||||
print(output)
|
||||
|
||||
if "Logging Details Pre-API Call" not in output:
|
||||
raise Exception("Required log message not found!")
|
||||
elif "Logging Details Post-API Call" not in output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue