mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
caching updates
This commit is contained in:
parent
d69f2a9bcd
commit
da87721a20
4 changed files with 31 additions and 7 deletions
|
@ -114,6 +114,7 @@ def completion(
|
|||
top_k=40,
|
||||
request_timeout=0, # unused var for old version of OpenAI API
|
||||
fallbacks=[],
|
||||
caching = False,
|
||||
) -> ModelResponse:
|
||||
args = locals()
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue