vachaspathi commited on
Commit
086914d
·
verified ·
1 Parent(s): b7d77a9

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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