Update backend/app/config/hf_config.py
Browse files
backend/app/config/hf_config.py
CHANGED
@@ -12,7 +12,7 @@ from app.utils.logging import LogFormatter
|
|
12 |
logger = logging.getLogger(__name__)
|
13 |
|
14 |
# Organization or user who owns the datasets
|
15 |
-
HF_ORGANIZATION = "
|
16 |
|
17 |
# Get HF token directly from environment
|
18 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
|
12 |
logger = logging.getLogger(__name__)
|
13 |
|
14 |
# Organization or user who owns the datasets
|
15 |
+
HF_ORGANIZATION = "Xueqing"
|
16 |
|
17 |
# Get HF token directly from environment
|
18 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|