Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ Answer in french only
|
|
48 |
Vous devez répondre aux questions en français.
|
49 |
"""
|
50 |
|
51 |
-
repo_id = "mistralai/Mistral-7B-Instruct-v0.
|
52 |
|
53 |
mistral_llm = HuggingFaceEndpoint(
|
54 |
repo_id=repo_id, max_length=2048, temperature=0.05, huggingfacehub_api_token=st.secrets["HF_TOKEN"]
|
|
|
48 |
Vous devez répondre aux questions en français.
|
49 |
"""
|
50 |
|
51 |
+
repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
|
52 |
|
53 |
mistral_llm = HuggingFaceEndpoint(
|
54 |
repo_id=repo_id, max_length=2048, temperature=0.05, huggingfacehub_api_token=st.secrets["HF_TOKEN"]
|