Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
| 32 |
# provider='auto'
|
| 33 |
#)
|
| 34 |
llm = HuggingFaceEndpoint(
|
| 35 |
-
repo_id="
|
| 36 |
huggingfacehub_api_token=HF_TOKEN,
|
| 37 |
)
|
| 38 |
|
|
|
|
| 32 |
# provider='auto'
|
| 33 |
#)
|
| 34 |
llm = HuggingFaceEndpoint(
|
| 35 |
+
repo_id="mistralai/Mistral-7B-Instruct-v0.2",
|
| 36 |
huggingfacehub_api_token=HF_TOKEN,
|
| 37 |
)
|
| 38 |
|