mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(test) fix caching
This commit is contained in:
parent
91dc9a34e5
commit
2c32f4a588
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ from litellm import completion, acompletion, AuthenticationError, InvalidRequest
|
|||
|
||||
litellm.logging = False
|
||||
litellm.set_verbose = False
|
||||
litellm.cache = None
|
||||
|
||||
score = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue