ammoncoder123 commited on
Commit
abdcaaa
·
verified ·
1 Parent(s): 72a9cec

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +0 -1
chatbot.py CHANGED
@@ -5,7 +5,6 @@ from huggingface_hub import login
5
  import os
6
 
7
  # Force authentication
8
- if "HF_TOKEN" in os.environ:
9
  login(token=os.getenv("HF_TOKEN"))
10
 
11
  # ================= CACHE THE MODEL =================
 
5
  import os
6
 
7
  # Force authentication
 
8
  login(token=os.getenv("HF_TOKEN"))
9
 
10
  # ================= CACHE THE MODEL =================