Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
|
@@ -15,7 +15,7 @@ LOCAL_MODEL = "microsoft/Phi-3.5-mini-instruct"
|
|
| 15 |
LOCAL_TOKENIZER = None
|
| 16 |
|
| 17 |
# Optional: toggle demo behaviour at runtime via environment variable DEMO=true
|
| 18 |
-
# To avoid accidental API calls on startup, leave DEMO unset (or set to false) in production
|
| 19 |
|
| 20 |
# NOTE: If your LOCAL_MODEL points to a gated HF repo, ensure the runtime has proper HF auth
|
| 21 |
# (HUGGINGFACE_HUB_TOKEN or similar) and access to the model. If you don't have access, set
|
|
|
|
| 15 |
LOCAL_TOKENIZER = None
|
| 16 |
|
| 17 |
# Optional: toggle demo behaviour at runtime via environment variable DEMO=true
|
| 18 |
+
# To avoid accidental API calls on startup, leave DEMO unset (or set to false) in production
|
| 19 |
|
| 20 |
# NOTE: If your LOCAL_MODEL points to a gated HF repo, ensure the runtime has proper HF auth
|
| 21 |
# (HUGGINGFACE_HUB_TOKEN or similar) and access to the model. If you don't have access, set
|