Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from pathlib import Path
|
|
12 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
13 |
|
14 |
llm = HuggingFaceEndpoint(
|
15 |
-
repo_id="mistralai/Mixtral-
|
16 |
task="text-generation",
|
17 |
max_new_tokens=4096,
|
18 |
temperature=0.5,
|
|
|
12 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
13 |
|
14 |
llm = HuggingFaceEndpoint(
|
15 |
+
repo_id="mistralai/Mixtral-8x7B-v0.1",
|
16 |
task="text-generation",
|
17 |
max_new_tokens=4096,
|
18 |
temperature=0.5,
|