Skip to content

Commit f7a229f

Browse files
committed
format code
1 parent d58cd0d commit f7a229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation/scripts/locomo/locomo_ingestion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
EVAL_SCRIPTS_DIR = os.path.join(ROOT_DIR, "evaluation", "scripts")
1414
sys.path.insert(0, ROOT_DIR)
1515
sys.path.insert(0, EVAL_SCRIPTS_DIR)
16-
from prompts import custom_instructions
1716

1817

1918
def ingest_session(client, session, frame, version, metadata):
@@ -90,6 +89,7 @@ def process_user(conv_idx, frame, locomo_df, version):
9089
client = None
9190
if frame == "mem0" or frame == "mem0_graph":
9291
from utils.client import Mem0Client
92+
from prompts import custom_instructions
9393

9494
client = Mem0Client(enable_graph="graph" in frame)
9595
client.client.update_project(custom_instructions=custom_instructions)

0 commit comments

Comments
 (0)