Skip to content

Commit

Permalink
fix typo in autopgt/agent/agent.py (Significant-Gravitas#3747)
Browse files Browse the repository at this point in the history
Co-authored-by: merwanehamadi <[email protected]>
Co-authored-by: Richard Beales <[email protected]>
Co-authored-by: k-boikov <[email protected]>
  • Loading branch information
4 people authored and ppetermann committed May 13, 2023
1 parent 89e7406 commit 24fa395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def start_interaction_loop(self):
)

logger.info(
"Enter 'y' to authorise command, 'y -N' to run N continuous commands, 's' to run self-feedback commands or "
"Enter 'y' to authorise command, 'y -N' to run N continuous commands, 's' to run self-feedback commands, "
"'n' to exit program, or enter feedback for "
f"{self.ai_name}..."
)
Expand Down

0 comments on commit 24fa395

Please sign in to comment.