Ashraf commited on
Commit
179c22c
·
verified ·
1 Parent(s): 80489a5

Update app.py

Browse files

remove bio mistral

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,10 +37,10 @@ class PubMedFetcher():
37
  results = {'articles': articles}
38
  return results
39
 
40
- keyword_llm = HuggingFaceTGIGenerator("BioMistral/BioMistral-7B")
41
  keyword_llm.warm_up()
42
 
43
- llm = HuggingFaceTGIGenerator("BioMistral/BioMistral-7B")
44
  llm.warm_up()
45
 
46
  keyword_prompt_template = """
 
37
  results = {'articles': articles}
38
  return results
39
 
40
+ keyword_llm = HuggingFaceTGIGenerator("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
41
  keyword_llm.warm_up()
42
 
43
+ llm = HuggingFaceTGIGenerator("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
44
  llm.warm_up()
45
 
46
  keyword_prompt_template = """