ciyidogan commited on
Commit
488c650
Β·
verified Β·
1 Parent(s): e7addaf

Update prompt_builder.py

Browse files
Files changed (1) hide show
  1. prompt_builder.py +1 -6
prompt_builder.py CHANGED
@@ -5,12 +5,7 @@ Flare – Prompt Builder (v4-fix Β· detection_prompt + examples)
5
 
6
  from typing import List, Dict
7
  from datetime import datetime
8
-
9
-
10
- def log(msg: str) -> None:
11
- timestamp = datetime.now().strftime("%H:%M:%S.%f")[:-3]
12
- print(f"[{timestamp}] {msg}", flush=True)
13
-
14
 
15
  # ─────────────────────────────────────────────────────────────────────────────
16
  # INTENT PROMPT
 
5
 
6
  from typing import List, Dict
7
  from datetime import datetime
8
+ from utils import log
 
 
 
 
 
9
 
10
  # ─────────────────────────────────────────────────────────────────────────────
11
  # INTENT PROMPT