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