forked from phoenix/litellm-mirror
set caching to false after caching test
This commit is contained in:
parent
fbbb285037
commit
cff26b1d08
1 changed files with 1 additions and 0 deletions
|
@ -24,4 +24,5 @@ try:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"error occurred: {traceback.format_exc()}")
|
print(f"error occurred: {traceback.format_exc()}")
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
|
litellm.caching = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue