mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix mypy error in caching.py
This commit is contained in:
parent
333947e236
commit
c7be5065f8
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ CachingSupportedCallTypes = Literal[
|
|||
"text_completion",
|
||||
"arerank",
|
||||
"rerank",
|
||||
"responses",
|
||||
"aresponses",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue