CoolFace
Apppublic

DevForML/Multi_Agent_System

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
config.py8 linesDownload Raw Back to root
1import json
2import os
3
4# config.py
5DB_PATH = "your_db_path_here"
6DOC_PATH = "your_doc_path_here"
7IMG_PATH = "your_img_path_here"
8OTH_PATH = "your_other_path_here"