diff --git a/file_paper_summary.py b/file_paper_summary.py index 7cdc473..9442ce3 100644 --- a/file_paper_summary.py +++ b/file_paper_summary.py @@ -52,6 +52,7 @@ def generate_summary_from_files(api_key, file_content): except Exception as e: print(f"文件比较出错时出错: {e}") return {} + def main(api_key, file_path_or_folder): print("===========================开始处理文件===========================")