set caching to false after caching test

This commit is contained in:
ishaan-jaff 2023-08-17 10:07:36 -07:00
parent fbbb285037
commit cff26b1d08

View file

@ -24,4 +24,5 @@ try:
except Exception as e:
print(f"error occurred: {traceback.format_exc()}")
pytest.fail(f"Error occurred: {e}")
litellm.caching = False