fix: 删除head

This commit is contained in:
dqy 2024-06-06 17:14:47 +08:00
parent 430d2b8f8a
commit 2adb1cbc2e

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: