From ef79456968fcf597f7f6eeb30a226962e598aa97 Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Tue, 31 Mar 2026 07:33:56 +0800 Subject: [PATCH] chore: remove unused third_party LLM directory --- lib/crewai/src/crewai/llms/third_party/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/crewai/src/crewai/llms/third_party/__init__.py diff --git a/lib/crewai/src/crewai/llms/third_party/__init__.py b/lib/crewai/src/crewai/llms/third_party/__init__.py deleted file mode 100644 index 947a62fa4..000000000 --- a/lib/crewai/src/crewai/llms/third_party/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Third-party LLM implementations for crewAI."""