Skip to content

Commit 3f5ac89

Browse files
committed
feat: output repo_structure during run
1 parent ec0ad73 commit 3f5ac89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tree_to_gpt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
with open(input_file, 'r') as file:
1919
repo_structure = file.read()
2020

21+
print(repo_structure)
22+
2123
# Define the prompt to send to the ChatGPT API
2224
prompt = f"""
2325
The following is the directory structure of a Git repository:

0 commit comments

Comments
 (0)