Skip to content

Commit

Permalink
save to txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Jan 20, 2025
1 parent e6f8297 commit 1e852f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion format_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ def get_file_contents(path='.'):
}
)

print(ai_msg.content)
print(ai_msg.content)

with open("code_review.txt", "w") as file:
file.write(ai_msg.content)

0 comments on commit 1e852f4

Please sign in to comment.