Skip to content

Commit

Permalink
remove the unecessary while loop from chat
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Sep 5, 2024
1 parent 48a7e70 commit 0206f38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ask_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def summarise(self) -> str:
return summary

def chat(self):
while True:
self.coder.run()
self.coder.run()

# ask_repo = AskRepo("/home/akshaykarle/src/github.com/sahajsoft/pii-detection-and-anonymizer")
# print(ask_repo.get_repo_map())
Expand Down

0 comments on commit 0206f38

Please sign in to comment.