Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DevForML
/
Multi_Agent_System
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9187863
Multi_Agent_System
/
config.py
DevForML
Upload 12 files
8886323
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
json
import
os
# config.py
DB_PATH =
"your_db_path_here"
DOC_PATH =
"your_doc_path_here"
IMG_PATH =
"your_img_path_here"
OTH_PATH =
"your_other_path_here"