Skip to content

Commit

Permalink
remove solution logger - not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
truemagic-coder committed Sep 11, 2024
1 parent a6c603c commit 7bc002a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nemo_agent/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ def implement_solution(self, max_attempts=3):
for attempt in range(max_attempts):
self.logger.info(f"Attempt {attempt + 1} to implement solution")
solution = self.get_response(prompt)
self.logger.info(f"Received solution:\n{solution}")

# Extract content between markers
start_marker = "^^^start^^^"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nemo-agent"
version = "2.2.2"
version = "2.2.3"
description = "Your Python AI Coder"
authors = ["Bevan Hunt <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7bc002a

Please sign in to comment.