mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
clean up RPM controller
This commit is contained in:
@@ -1143,7 +1143,7 @@ class Crew(BaseModel):
|
|||||||
agent.interpolate_inputs(inputs)
|
agent.interpolate_inputs(inputs)
|
||||||
|
|
||||||
def _finish_execution(self, final_string_output: str) -> None:
|
def _finish_execution(self, final_string_output: str) -> None:
|
||||||
if self.max_rpm:
|
if self._rpm_controller:
|
||||||
self._rpm_controller.stop_rpm_counter()
|
self._rpm_controller.stop_rpm_counter()
|
||||||
if agentops:
|
if agentops:
|
||||||
agentops.end_session(
|
agentops.end_session(
|
||||||
|
|||||||
Reference in New Issue
Block a user