Spaces:
Running
Running
Update src/aibom_generator/api.py
Browse files
src/aibom_generator/api.py
CHANGED
@@ -17,7 +17,7 @@ import logging
|
|
17 |
logging.basicConfig(level=logging.INFO)
|
18 |
logger = logging.getLogger(__name__)
|
19 |
|
20 |
-
# --- Add Counter Configuration ---
|
21 |
HF_REPO = "aetheris-ai/aisbom-usage-log" # User needs to create this private repo
|
22 |
HF_TOKEN = os.getenv("HF_TOKEN") # User must set this environment variable
|
23 |
# --- End Counter Configuration ---
|
|
|
17 |
logging.basicConfig(level=logging.INFO)
|
18 |
logger = logging.getLogger(__name__)
|
19 |
|
20 |
+
# --- Add Counter Configuration (as of May 3, 2025) ---
|
21 |
HF_REPO = "aetheris-ai/aisbom-usage-log" # User needs to create this private repo
|
22 |
HF_TOKEN = os.getenv("HF_TOKEN") # User must set this environment variable
|
23 |
# --- End Counter Configuration ---
|