Xueqing commited on
Commit
272993f
·
verified ·
1 Parent(s): 84cb2a7

Update backend/app/config/hf_config.py

Browse files
Files changed (1) hide show
  1. backend/app/config/hf_config.py +1 -1
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 = "TheFinAI"
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")