abdelom commited on
Commit
1ca27d8
verified
1 Parent(s): aa8e19c

Update pages/1_Chatbot_FR.py

Browse files
Files changed (1) hide show
  1. pages/1_Chatbot_FR.py +1 -1
pages/1_Chatbot_FR.py CHANGED
@@ -202,7 +202,7 @@ Votre r么le est de fournir un service client professionnel et efficace sans inve
202
  )
203
 
204
  # Configuration du LLM HuggingFace (FR)
205
- os.environ["HUGGINGFACEHUB_API"]
206
  llm_fr = HuggingFaceHub(
207
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
208
  model_kwargs={
 
202
  )
203
 
204
  # Configuration du LLM HuggingFace (FR)
205
+ os.environ["HUGGINGFACEHUB_API_TOKEN"]
206
  llm_fr = HuggingFaceHub(
207
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
208
  model_kwargs={