From f557d4f3659c4679d35bd7796c23b051a63aea2c Mon Sep 17 00:00:00 2001 From: mricopeng Date: Wed, 16 Oct 2024 21:01:12 -0700 Subject: [PATCH] Update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6ada077..d1216c37 100644 --- a/README.md +++ b/README.md @@ -145,15 +145,16 @@ Output your evaluation in the following JSON format: │ ├── prompt.py │ ├── storage.py │ └── utils.py -├── reproduce -│ ├── Step_0.py -│ ├── Step_1.py -│ ├── Step_2.py -│ └── Step_3.py +├── scripts +│ ├── repo_chunking.py +│ ├── repo_stats.py +│ ├── view_graph.py ├── LICENSE ├── README.md ├── requirements.txt └── setup.py +|__ index.py +|__ query.py ``` ## Citation