mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
ci: grandfather anthropic replayed search models
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a4d8f9f04
commit
49a38d1da2
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ SCAN_ROOT: Final = "litellm"
|
|||
|
||||
GRANDFATHERED: Final = frozenset(
|
||||
{
|
||||
"litellm/llms/anthropic/common_utils.py::_ReplayedSearchQuery",
|
||||
"litellm/llms/anthropic/common_utils.py::_ReplayedServerToolUse",
|
||||
"litellm/llms/anthropic/common_utils.py::_ReplayedWebSearchResult",
|
||||
"litellm/llms/anthropic/common_utils.py::_ReplayedWebSearchToolResult",
|
||||
"litellm/llms/base_llm/ocr/transformation.py::OCRPage",
|
||||
"litellm/llms/base_llm/ocr/transformation.py::OCRPageImage",
|
||||
"litellm/llms/base_llm/ocr/transformation.py::OCRResponse",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue