Spaces:
Sleeping
Sleeping
Update pages/1_Chatbot_FR.py
Browse files- 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["
|
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={
|