mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-01 16:21:12 +00:00
Fix get_unique_names_from_llms_dir
This commit is contained in:
@@ -16,6 +16,7 @@ SEARCH_PROVIDERS = [
|
||||
"firecrawl",
|
||||
"searxng",
|
||||
"linkup",
|
||||
"duckduckgo",
|
||||
]
|
||||
|
||||
ALLOWED_FILES_IN_LLMS_FOLDER = [
|
||||
@@ -73,8 +74,8 @@ def run_lint_check(unique_names):
|
||||
|
||||
|
||||
def main():
|
||||
llms_dir = "./litellm/llms/" # Update this path if needed
|
||||
# llms_dir = "../../litellm/llms/" # LOCAL TESTING
|
||||
# llms_dir = "./litellm/llms/" # Update this path if needed
|
||||
llms_dir = "litellm/litellm/llms" # LOCAL TESTING
|
||||
|
||||
unique_names = get_unique_names_from_llms_dir(llms_dir)
|
||||
print("Unique names in llms directory:", sorted(list(unique_names)))
|
||||
|
||||
Reference in New Issue
Block a user