From 959e2be86710b2c055cff0c8f98dc0c826f4ae9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrication=20du=20Num=C3=A9rique?= Date: Wed, 28 May 2025 14:41:02 +0200 Subject: [PATCH] Modification de TEMP_SECTIONS --- batch_ia/status.json | 8 +------- batch_ia/utils/config.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/batch_ia/status.json b/batch_ia/status.json index dd476af..0967ef4 100644 --- a/batch_ia/status.json +++ b/batch_ia/status.json @@ -1,7 +1 @@ -{ - "stephan": { - "status": "en cours", - "timestamp": 1748358233.0347543, - "position": 0 - } -} \ No newline at end of file +{} diff --git a/batch_ia/utils/config.py b/batch_ia/utils/config.py index 00066ca..0ace1f6 100644 --- a/batch_ia/utils/config.py +++ b/batch_ia/utils/config.py @@ -15,7 +15,7 @@ CORPUS_DIR = BASE_DIR.parent / "Corpus" THRESHOLDS_PATH = BASE_DIR.parent / "assets" / "config.yaml" REFERENCE_GRAPH_PATH = BASE_DIR.parent / "schema.txt" GRAPH_PATH = BASE_DIR.parent / "graphe.dot" -TEMP_SECTIONS = BASE_DIR / "temp_sections" +TEMP_SECTIONS = BASE_DIR.parent / "temp_sections" session_uuid = init_uuid() TEMPLATE_PATH = TEMP_SECTIONS / f"rapport_final - {session_uuid}.md"