Spaces:
Runtime error
Runtime error
new model
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ qa_prompt = ChatPromptTemplate(
|
|
214 |
partial_variables={"format_instructions": parser.get_format_instructions()}
|
215 |
)
|
216 |
llm = HuggingFaceHub(
|
217 |
-
repo_id="
|
218 |
task="text-generation",
|
219 |
model_kwargs={
|
220 |
"max_new_tokens": 2000,
|
|
|
214 |
partial_variables={"format_instructions": parser.get_format_instructions()}
|
215 |
)
|
216 |
llm = HuggingFaceHub(
|
217 |
+
repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
|
218 |
task="text-generation",
|
219 |
model_kwargs={
|
220 |
"max_new_tokens": 2000,
|