Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def get_conversational_chain():
|
|
| 63 |
"""
|
| 64 |
|
| 65 |
model = HuggingFaceEndpoint(
|
| 66 |
-
repo_id="
|
| 67 |
temperature=0.3,
|
| 68 |
huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
|
| 69 |
)
|
|
|
|
| 63 |
"""
|
| 64 |
|
| 65 |
model = HuggingFaceEndpoint(
|
| 66 |
+
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
| 67 |
temperature=0.3,
|
| 68 |
huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
|
| 69 |
)
|