ALVHB95 commited on
Commit
b6be7ba
·
1 Parent(s): ea05ad7
Files changed (1) hide show
  1. app.py +1 -1
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="deepseek-ai/DeepSeek-R1",
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,