Update backend/app/config/base.py
Browse files
backend/app/config/base.py
CHANGED
@@ -20,7 +20,7 @@ HAS_HIGHER_RATE_LIMIT = []
|
|
20 |
|
21 |
# HuggingFace configuration
|
22 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
23 |
-
HF_ORGANIZATION = "
|
24 |
API = {
|
25 |
"INFERENCE": "https://api-inference.huggingface.co/models",
|
26 |
"HUB": "https://huggingface.co"
|
|
|
20 |
|
21 |
# HuggingFace configuration
|
22 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
23 |
+
HF_ORGANIZATION = "TheFinAI"
|
24 |
API = {
|
25 |
"INFERENCE": "https://api-inference.huggingface.co/models",
|
26 |
"HUB": "https://huggingface.co"
|