KvrParaskevi commited on
Commit
f211a91
·
verified ·
1 Parent(s): 1ee8138

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -23,7 +23,7 @@ def load_model():
23
  "temperature": 0.1,
24
  "repetition_penalty": 1.03,
25
  },
26
- token = token,
27
  )
28
  return model
29
 
 
23
  "temperature": 0.1,
24
  "repetition_penalty": 1.03,
25
  },
26
+ huggingfacehub_api_token = token,
27
  )
28
  return model
29