tests/final-tests 完成最终代码 #34

Merged
sangge merged 39 commits from tests/final-tests into main 2024-06-09 13:09:50 +08:00
Showing only changes of commit 2adb1cbc2e - Show all commits

View File

@@ -388,7 +388,6 @@ def process_path(
for file_path in Path(path).rglob("*")
if file_path.suffix in SUPPORTED_EXTENSIONS
]
<<<<<<< HEAD
if mode == "llm":
results = GPTdetectFileList(all_files)
else: