From bb8c345c162744eb72533ba23ef6df92b03afc80 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 7 Feb 2024 11:19:58 -0800 Subject: [PATCH] add complete --- src/agents.py | 1 - src/matrix.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents.py b/src/agents.py index a523ade..9b358cb 100644 --- a/src/agents.py +++ b/src/agents.py @@ -11,7 +11,6 @@ import json import heapq import re -import base64 from fuzzywuzzy import fuzz diff --git a/src/matrix.py b/src/matrix.py index cc3746a..bef087e 100644 --- a/src/matrix.py +++ b/src/matrix.py @@ -310,6 +310,7 @@ def run_singlethread(self): time.sleep(SLEEP_STEP) self.status = "complete" + self.add_to_logs({"step_type":"matrix_set","status":"complete"}) average_llm_calls = llm.call_counter / (step + 1) sim_end_time = datetime.now() self.simulation_runtime = sim_end_time - self.sim_start_time