forked from phoenix/litellm-mirror
caching updates
This commit is contained in:
parent
47c1f57a24
commit
0ab62f13e8
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