mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 05:54:20 +01:00
🐛 Update loop count
This commit is contained in:
@@ -56,7 +56,7 @@ class AutonomousAgent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.numLoops += 1;
|
this.numLoops += 1;
|
||||||
if (this.numLoops >= 30) {
|
if (this.numLoops >= 10) {
|
||||||
this.sendLoopMessage();
|
this.sendLoopMessage();
|
||||||
this.shutdown();
|
this.shutdown();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user