添加存储数据集路径

This commit is contained in:
Zixiao Wang 2025-06-09 15:38:49 +08:00
parent 9a9e44cb4c
commit e946cf0c37

View File

@ -6,3 +6,5 @@ BUCKET_NAME = 'ai-data'
MINIO_ACCESS_KEY = 'admin'
MINIO_SECRET_KEY = 'liuchang630'
LOCAL_DATA_DIR = '/tmp/NLPData'