Update http_director_manager.py
Browse files- http_director_manager.py +1 -1
http_director_manager.py
CHANGED
|
@@ -46,7 +46,7 @@ _API = "https://api.github.com/repos/{slug}/contents/{path}"
|
|
| 46 |
|
| 47 |
CSV_PATH = "new_tracking_processamento_up.csv"
|
| 48 |
CHUNK_DATA_TPL = "chunks_dados/chunk_dados_{id}.tar.gz"
|
| 49 |
-
CHUNK_LLM_TPL = "
|
| 50 |
|
| 51 |
|
| 52 |
def _fmt_id(chunk_id) -> str:
|
|
|
|
| 46 |
|
| 47 |
CSV_PATH = "new_tracking_processamento_up.csv"
|
| 48 |
CHUNK_DATA_TPL = "chunks_dados/chunk_dados_{id}.tar.gz"
|
| 49 |
+
CHUNK_LLM_TPL = "SILVER/chunk_llm_{id}.tar.gz"
|
| 50 |
|
| 51 |
|
| 52 |
def _fmt_id(chunk_id) -> str:
|