publish llms text (#3313)

just includes llms-full
This commit is contained in:
Eugene Yurtsev
2025-02-04 21:56:33 +00:00
committed by GitHub
parent 0a2e2b4796
commit 3b224df566
3 changed files with 6 additions and 6 deletions
-4
View File
@@ -41,10 +41,6 @@ def _make_llms_text(output_file: str) -> str:
glob.glob(os.path.join(SOURCE_DIR, "concepts/*.ipynb"), recursive=True)
)
all_files = [
path if isinstance(pathlib.Path) else pathlib.Path(path) for path in all_files
]
all_content = []
# Process each file